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.387.449 Times

Perl Interface freeware
Filter: All | Freeware | Demo
 

Perl Interface

1 2 3 4 5 > 
Released: June 02, 2012  |  Added: June 02, 2012 | Visits: 337

CORBA::MICO - Perl interface to MICO ORB CORBA::MICO is a Perl interface to the MICO ORB.Its most distinctive feature is that it is completely dynamic. It is not necessary to pregenerate 'stubs' or 'skeletons' - all necessary information is retrieved at runtime.



Platforms: Windows, Mac, Linux

License: Freeware Size: 122.28 KB Download (49): CORBA::MICO - Perl interface to MICO ORB Download

Added: August 25, 2010 | Visits: 1.708

WWW::Rafb WWW::Rafb is a Perl interface for rafb pasting site ( rafb.net/paste ). SYNOPSIS # create object with the paste information my $paste = WWW::Rafb->new( language => perl, nickname => Di42lo, description => my first script in perl, tabs => No, file => "~/first.pl"); # do the http request...





Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): WWW::Rafb Download

Added: October 13, 2010 | Visits: 1.693

Template::Plugin::Lingua::EN::Inflect Template::Plugin::Lingua::EN::Inflect is a Perl interface to Lingua::EN::Inflect module. SYNOPSIS [% USE infl = Lingua.EN.Inflect; -%] [% FILTER inflect(number => 42); -%] There PL_V(was) NO(error). PL_ADJ(This) PL_N(error) PL_V(was) fatal. [% END; -%] [% "... and "; infl.ORD(9);...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Template::Plugin::Lingua::EN::Inflect Download

Added: March 21, 2010 | Visits: 943

Mozilla::DOM::ComputedStyle Mozilla::DOM::ComputedStyle is a Perl interface to Mozilla getComputedStyle function. SYNOPSIS use Mozilla::DOM::ComputedStyle; Get_Computed_Style_Property($mozilla_window, $element, $property_name); This module makes possible to get computed style properties from Mozilla DOM. See...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (94): Mozilla::DOM::ComputedStyle Download

Added: November 15, 2010 | Visits: 839

Mozilla::ConsoleService Mozilla::ConsoleService is a Perl interface to Mozilla nsIConsoleService. SYNOPSIS use Mozilla::ConsoleService; Mozilla::PromptService::Register(sub { print $_[0]; }); Mozilla::ConsoleService uses Mozilla nsIConsoleService to pass log messages to perl code, similar to JavaScript Console...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (91): Mozilla::ConsoleService Download

Added: September 11, 2010 | Visits: 561

Gtk2::TrayIcon Gtk2::TrayIcon is a Perl interface to the EggTrayIcon library. SYNOPSIS use Gtk2::TrayIcon; Gtk2->init; my $icon= Gtk2::TrayIcon->new("test"); my $label= Gtk2::Label->new("test"); $icon->add($label); $icon->show_all; Gtk2->main; ABSTRACT This module allows a Perl developer to...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): Gtk2::TrayIcon Download

Added: June 24, 2010 | Visits: 1.182

Net::CyanChat::Server Net::CyanChat::Server is a Perl interface for running a CyanChat server. SYNOPSIS use Net::CyanChat::Server; our $cho = new Net::CyanChat::Server ( host => localhost, port => 1812, debug => 1, ); # Start the server. $cho->connect(); # Loop. $cho->start(); Net::CyanChat::Server...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (102): Net::CyanChat::Server Download

Added: November 01, 2010 | Visits: 887

Audio::SPX Audio::SPX is a Perl interface to the Sphinx-II audio library. SYNOPSIS use Audio::SPX; my $ad = Audio::SPX->open_sps(16000); $ad->start_rec or die "start_rec failed"; $ad->stop_rec or die "stop_rec failed"; my $samples = $ad->read($buf, $max); my $cad =...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (106): Audio::SPX Download

Added: February 06, 2010 | Visits: 627

WebService::Eventful WebService::Eventful is a Perl interface to EVDB public API. SYNOPSIS use WebService::Eventful; my $evdb = WebService::Eventful->new(app_key => $app_key); $evdb->login(user => harry, password => H0gwart$) or die "Cant log in: $WebService::Eventful::errstr"; # call() accepts either an...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): WebService::Eventful Download

Added: February 20, 2010 | Visits: 1.534

WebService::Basecamp WebService::Basecamp is a Perl interface to the Basecamp API webservice. SYNOPSIS use WebService::Basecamp; my $bc = WebService::Basecamp->new( url => http://mysite.clientsection.com, user => username, pass => password ); my $test = $bc->ping || die $bc->error(); my $projects =...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (103): WebService::Basecamp Download

Added: March 03, 2010 | Visits: 1.343

Boost::Graph Boost::Graph is a Perl interface to the Boost-Graph C++ libraries. SYNOPSIS use Boost::Graph; # Create an empty instance of a Graph my $graph = new Boost::Graph(directed=>0, net_name=>Graph Name, net_id=>1000); # add edges $graph->add_edge(node1=>a, node2=>b, weight=>1.1, edge=>edge...


Platforms: *nix

License: Freeware Size: 2.4 MB Download (187): Boost::Graph Download

Added: October 17, 2010 | Visits: 938

Template::Plugin::MP3 Template::Plugin::MP3 is a Perl interface to the MP3::Info Module. SYNOPSIS [% USE mp3 = MP3("Montana.mp3") %] [% mp3.title %] [% mp3.album %] # perldoc MP3::Info for more ideas Template::Plugin::MP3 provides a simple wrapper for using MP3::Info in object oriented mode; see MP3::Info...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Template::Plugin::MP3 Download

Added: April 05, 2010 | Visits: 881

Xmms::Config Xmms::Config is a Perl Interface to xmms_cfg API. SYNOPSIS my $file = Xmms::Config->file; #$ENV{HOME}/.xmms/config my $cfg = Xmms::Config->new($file);.


Platforms: *nix

License: Freeware Size: 184.32 KB Download (94): Xmms::Config Download

Added: August 05, 2010 | Visits: 1.007

Xmms::Remote Xmms::Remote is a Perl Interface to xmms_remote API. SYNOPSIS use Xmms::Remote (); my $remote = Xmms::Remote->new; $remote->play; This module provides a Perl interface to the xmms remote control interface. No docs yet, sorry, see test.pl and Xmms.pm for now.


Platforms: *nix

License: Freeware Size: 184.32 KB Download (89): Xmms::Remote Download

Added: April 12, 2010 | Visits: 986

DCE::Registry DCE::Registry is a Perl interface to DCE Registry API. SYNOPSIS use DCE::Registry; my $rgy = DCE::Registry->site_open($site_name); This module provides an OO Perl interface to the DCE Registry API. The sec_rgy_ prefix has been dropped and methods are invoked via a blessed registry_context...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (98): DCE::Registry Download

Added: April 21, 2010 | Visits: 986

Bio::PrimarySeqI Bio::PrimarySeqI is a Perl Interface definition for a Bio::PrimarySeq. SYNOPSIS # Bio::PrimarySeqI is the interface class for sequences. # If you are a newcomer to bioperl, you should # start with Bio::Seq documentation. This # documentation is mainly for developers using # Bioperl. #...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (92): Bio::PrimarySeqI Download

Added: September 18, 2010 | Visits: 1.879

Bio::Index::Swissprot Bio::Index::Swissprot is a Perl Interface for indexing (multiple) Swissprot .dat files (ie flat file swissprot format). SYNOPSIS # Complete code for making an index for several # Swissprot files use Bio::Index::Swissprot; use strict; my $Index_File_Name = shift; my $inx =...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (100): Bio::Index::Swissprot Download

Added: January 08, 2010 | Visits: 782

PGPLOT::Simple PGPLOT::Simple is a simple Perl Interface to PGPLOT. SYNOPSIS use strict; use PGPLOT::Simple qw(:essential); die "Must provide a filename.n" unless @ARGV; my $filename = shift; chomp $filename; unless ( $filename =~ /.ps$/ ) { $filename .= ".ps"; } set_begin({ file =>...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (95): PGPLOT::Simple Download

Added: June 16, 2010 | Visits: 911

Locale::TextDomain Locale::TextDomain is a Perl Interface to Uniforum Message Translation. SYNOPSIS use Locale::TextDomain (my-package, @locale_dirs); use Locale::TextDomain qw (my-package); my $translated = __"Hello World!n"; my $alt = $__{"Hello World!n"}; my $alt2 = $__->{"Hello World!n"}; my @list...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (100): Locale::TextDomain Download

Added: May 12, 2010 | Visits: 1.070

Net::eBay Net::eBay is a Perl Interface to XML based eBay API. SYNOPSIS This module helps user to easily execute queries against eBays XML API. Copyright Igor Chudov. ################################################## # For support, docs, info, email to author go to # # # #...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (97): Net::eBay Download

1 2 3 4 5 >