Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.765 Times

Perl Interface freeware
Filter: All | Freeware | Demo
 

Perl Interface

< 1 2 3 4 5 > 
Added: September 25, 2010 | Visits: 963

Audio::Mad Audio::Mad is a Perl interface to the mad MPEG decoder library. SYNOPSIS use Audio::Mad qw(:all); my $stream = new Audio::Mad::Stream(); my $frame = new Audio::Mad::Frame(); my $synth = new Audio::Mad::Synth(); my $timer = new Audio::Mad::Timer(); my $resample = new... Platforms: *nix

License: Freeware Size: 133.12 KB Download (93): Audio::Mad Download

Added: November 17, 2010 | Visits: 1.063

Digest::SHA1 Digest::SHA1 is a Perl interface to the SHA-1 algorithm. SYNOPSIS # Functional style use Digest::SHA1 qw(sha1 sha1_hex sha1_base64); $digest = sha1($data); $digest = sha1_hex($data); $digest = sha1_base64($data); $digest = sha1_transform($data); # OO style use Digest::SHA1; $sha1... Platforms: *nix

License: Freeware Size: 38.91 KB Download (114): Digest::SHA1 Download

Added: July 15, 2010 | Visits: 678

Bio::Ontology::OntologyEngineI OntologyEngineI is a Perl interface a minimal Ontology implementation should satisfy. This describes the minimal interface an ontology query engine should provide. It intentionally doesnt make explicit references to the ontology being a DAG, nor does it mandate that the ontology be a... Platforms: *nix

License: Freeware Size: 4.7 MB Download (90): Bio::Ontology::OntologyEngineI Download

Added: April 25, 2010 | Visits: 825

SWISH::HiLiter SWISH::HiLiter is a simple Perl interface to SWISH::API and HTML::HiLiter. SYNOPSIS my $query = "foo OR bar"; require SWISH::API; my $swish = SWISH::API->new( my_index ); require SWISH::HiLiter; # create an object my $hiliter = SWISH::HiLiter->new( swish=>$swish, query=>$query ); #... Platforms: *nix

License: Freeware Size: 12.29 KB Download (127): SWISH::HiLiter Download

Added: November 01, 2010 | Visits: 1.729

XML::LibXML::Reader XML::LibXML::Reader is a Perl interface to libxml2 pull parser. SYNOPSIS use XML::LibXML::Reader; $reader = new XML::LibXML::Reader("file.xml") or die "cannot read file.xmln"; while ($reader->read) { processNode($reader); } sub processNode { $reader = shift; printf "%d %d %s %dn",... Platforms: *nix

License: Freeware Size: 256 KB Download (108): XML::LibXML::Reader Download

Added: April 18, 2010 | Visits: 559

VTKGraphics VTKGraphics is a Perl interface to VTKGraphics library. SYNOPSIS use Graphics::VTK; use Graphics::VTK::Graphics; Graphics::VTK::Graphics is an interface to the Graphics libaray of the C++ visualization toolkit VTK. Graphics::VTK::AppendFilter Inherits from... Platforms: *nix

License: Freeware Size: 675.84 KB Download (93): VTKGraphics Download

Added: August 17, 2010 | Visits: 1.201

Chess::ICClib Chess::ICClib is a Perl interface to Internet Chess Server commands. SYNOPSIS use Chess::ICClib; my $icc = Chess::ICClib->new([-prompt=>$ICC], [-host=>$host,-port=>$port] [-user=>$user,-pass=>$password]); $icc->ICCCommand("finger romm"); Chess::ICClib - Perl interface to Internet Chess... Platforms: *nix

License: Freeware Size: 4.1 KB Download (111): Chess::ICClib Download

Added: March 06, 2010 | Visits: 1.430

WebService::Geograph::API WebService::Geograph::API is a Perl interface to the Geograph.co.uk API. SYNOPSIS use WebService::Geograph::API; my $api = new WebService::Geograph::API ( { key => your_api_key_here} ) ; my $rv = $api->lookup ( csv, { i => 12345, ll => 1, thumb => 1, }) ; my $data = $rd->{results} ;... Platforms: *nix

License: Freeware Size: 13.31 KB Download (91): WebService::Geograph::API Download

Added: June 17, 2010 | Visits: 541

Gtk2::Ex::PopupWindow Gtk2::Ex::PopupWindow provides a Perl interface to the Mozilla embedding widget. Synopsys #!/usr/bin/perl use strict; use warnings; use Glib qw(TRUE FALSE); use Gtk2 -init; use Gtk2::MozEmbed; Gtk2::MozEmbed -> set_profile_path($ENV{ HOME } . "/.mybrowser", "MyBrowser"); my $window... Platforms: *nix

License: Freeware Size: 21.5 KB Download (92): Gtk2::Ex::PopupWindow Download

Added: November 24, 2010 | Visits: 1.908

Net::YMSG Net::YMSG is a Perl interface to the Yahoo! Messenger IM protocol. SYNOPSIS use Net::YMSG; my $yahoo = Net::YMSG->new( id => your_yahoo_id, password => your_password, ); $yahoo->login or die "Cant login Yahoo!Messenger"; $yahoo->send(recipient_yahoo_id, Hello World!); Net::YMSG is a... Platforms: *nix

License: Freeware Size: 15.36 KB Download (305): Net::YMSG Download

Added: September 11, 2010 | Visits: 597

WebService::Hatena::BookmarkCount WebService::Hatena::BookmarkCount is a Perl interface for Hatena::Bookmarks XML-RPC API. SYNOPSIS use WebService::Hatena::BookmarkCount; my @list = ( http://www.hatena.ne.jp/info/webservices, http://www.kawa.net/works/perl/hatena/bookmarkcount.html, ); my $hash =... Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): WebService::Hatena::BookmarkCount Download

Released: December 03, 2012  |  Added: December 03, 2012 | Visits: 390

Perl Objects for Sequence Analysis POSA (Perl Objects for Sequence Analysis) provides an easy-to-use perl interface to handling raw ABI sequence trace files. For example: fasta can be extracted, sequence contigs can be build and putative SNPs and SBE primers can be easily generated. Platforms: Windows, Mac, Linux

License: Freeware Size: 3.65 MB Download (45): Perl Objects for Sequence Analysis Download

Added: April 04, 2010 | Visits: 843

MPEG::LibMPEG3 MPEG::LibMPEG3 is a Perl interface to libmpeg3 module. SYNOPSIS use strict; use MPEG::LibMPEG3; my $mpeg = MPEG::LibMPEG3->new( $filename ); $mpeg->set_cpus(1); ## I only have 1 cpu but you can put whatever $mpeg->set_mmx(1); ## but it has mmx instructions printf "Audio Streams: %dn",... Platforms: *nix

License: Freeware Size: 409.6 KB Download (104): MPEG::LibMPEG3 Download

Added: June 03, 2010 | Visits: 2.404

WWW::RaptureReady WWW::RaptureReady is a Perl interface to Rapture Readys Rapture Index. SYNOPSIS use WWW::RaptureReady; my $rr = WWW::RaptureReady->new; print "URL: ", $rr->url, "n", "Current Index: ", $rr->index, "n", "Index Change: ", $rr->change, "n", "Last Updated: ", $rr->updated, "n"; This module... Platforms: *nix

License: Freeware Size: 8.19 KB Download (103): WWW::RaptureReady Download

Added: September 12, 2010 | Visits: 886

Net::CyanChat Net::CyanChat is a Perl interface for connecting to Cyan Worlds chat room. SYNOPSIS use Net::CyanChat; my $cyan = new Net::CyanChat ( host => cho.cyan.com, # default port => 1812, # main port--1813 is for testing proto => 1, # use protocol 1.0 refresh => 60, # ping rate (default) );... Platforms: *nix

License: Freeware Size: 20.48 KB Download (99): Net::CyanChat Download

Added: March 07, 2010 | Visits: 1.043

Sendmail::Milter Sendmail::Milter is a Perl interface to sendmails Mail Filter API. SYNOPSIS use Sendmail::Milter; my %my_milter_callbacks = ( connect => &my_connect_callback, helo => &my_helo_callback, envfrom => &my_envfrom_callback, envrcpt => &my_envrcpt_callback, header => &my_header_callback,... Platforms: *nix

License: Freeware Size: 20.48 KB Download (103): Sendmail::Milter Download

Added: February 19, 2010 | Visits: 1.150

Audio::OSS Audio::OSS is a pure-perl interface to OSS (open sound system) audio devices. SYNOPSIS use Audio::OSS qw(:funcs :formats :mixer); my $dsp = IO::Handle->new(" dsp_reset($dsp) or die "reset failed: $!"; my $mask = get_supported_formats($dsp); if ($mask & AFMT_S16_LE) { set_fmt($dsp,... Platforms: *nix

License: Freeware Size: 9.22 KB Download (109): Audio::OSS Download

Added: February 10, 2010 | Visits: 831

DCE::Status DCE::Status is a Perl interface of DCE status codes. SYNOPSIS use DCE::Status; $errstr = error_inq_text($status); tie $status => DCE::Status; When a $scalar is tied to the DCE::Status class, it has a different value depending on the context it is evaluated in, similar to the magic $!... Platforms: *nix

License: Freeware Size: 35.84 KB Download (89): DCE::Status Download

Added: July 16, 2010 | Visits: 703

DCE::ACL DCE::ACL is a Perl interface to DCE ACL client API. SYNOPSIS use DCE::ACL; $aclh = DCE::ACL->bind($object); DCE::ACL provides a Perl interface to the sec_acl_* client API. As the sec_acl_list_t structure is rather complex, additional classes and methods are provided so Perl scripts can... Platforms: *nix

License: Freeware Size: 35.84 KB Download (88): DCE::ACL Download

Added: September 21, 2010 | Visits: 604

Continuus Continuus is a Perl interface to Continuus CM. SYNOPSIS use Continuus; Check out a file: use Continuus; $ccm = new Continuus; $ccm->start(database => /proj/Continuus4/rig, host => stoxserv01); $ccm->checkOut(file => main.c, version => 2); $ccm->stop(); METHODS new: The new... Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Continuus Download

< 1 2 3 4 5 >