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

Funny Or Die Landlord Pearl freeware
Filter: All | Freeware | Demo
 

Funny Or Die Landlord Pearl

< 1 2 3 4 5 
Added: February 09, 2010 | Visits: 755

Audio::ESD Audio::ESD is a Perl extension for talking to the Enlightened Sound Daemon. SYNOPSIS use Audio::ESD; my $stream = Audio::ESD->play_stream({ # these are the defaults sample_rate => 16000, channels => 1, fallback => 0, bits_sample => 16, encoding => linear }) or die "Failed to open ESD...



Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): Audio::ESD Download

Added: February 06, 2010 | Visits: 626

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: July 06, 2010 | Visits: 822

MassSpec::ViewSpectrum::RealVsHypPeptide MassSpec::ViewSpectrum::RealVsHypPeptide is a Perl module to view a real mass spectrum on the same graph as a hypothetical spectrum generated by fragmenting a peptide in silico. SYNOPSIS use MassSpec::ViewSpectrum::RealVsHypPeptide; open GRAPHIC, ">mygraphic.png" or die "Unable to open...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): MassSpec::ViewSpectrum::RealVsHypPeptide Download

Added: January 26, 2010 | Visits: 990

SNMP::Info::Layer2::C2900 SNMP::Info::Layer2::C2900 is a SNMP Interface to Cisco Catalyst 2900 Switches running IOS. SYNOPSIS # Let SNMP::Info determine the correct subclass for you. my $c2900 = new SNMP::Info( AutoSpecify => 1, Debug => 1, # These arguments are passed directly on to SNMP::Session DestHost =>...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (93): SNMP::Info::Layer2::C2900 Download

Added: July 14, 2010 | Visits: 915

Data::Serializer Data::Serializer package contains modules that serialize data structures. SYNOPSIS use Data::Serializer; $obj = Data::Serializer->new(); $obj = Data::Serializer->new( serializer => Storable, digester => MD5, cipher => DES, secret => my secret, compress => 1, ); $serialized =...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (93): Data::Serializer Download

Added: August 06, 2010 | Visits: 1.202

PBJ::JNI PBJ::JNI is a Perl module with full access to and from Java virtual machine from Perl. SYNOPSIS use PBJ::JNI::JavaVM; my ($env, $jvm, @vm_opts); my ($cls, $fid, $mid, $out); # Create the Java VM @vm_opts = ("-Xrs", "-Xcheck:jni"); $jvm = new PBJ::JNI::JavaVM(); $env =...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): PBJ::JNI Download

Added: July 26, 2010 | Visits: 910

Term::Gnuplot Term::Gnuplot is a Perl module for lowlevel graphics using gnuplot drawing routines. SYNOPSIS use Term::Gnuplot :ALL; list_terms(); change_term(dumb) or die "Cannot set terminal.n"; term_init(); # init() term_start_plot(); # graphics(); $xmax = scaled_xmax(); $ymax = scaled_ymax();...


Platforms: *nix

License: Freeware Size: 716.8 KB Download (93): Term::Gnuplot Download

Added: February 11, 2010 | Visits: 966

SNMP::Info::Layer3::N1600 SNMP::Info::Layer3::N1600 is a Perl5 Interface to Nortel 16XX Network Devices. SYNOPSIS # Let SNMP::Info determine the correct subclass for you. my $n1600 = new SNMP::Info( AutoSpecify => 1, Debug => 1, # These arguments are passed directly on to SNMP::Session DestHost => myswitch,...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (92): SNMP::Info::Layer3::N1600 Download

Added: July 09, 2010 | Visits: 643

Text::Refer Text::Refer can parse Unix "refer" files. SYNOPSIS Pull in the module: use Text::Refer; Parse a refer stream from a filehandle: while ($ref = input Text::Refer *FH) { # ...do stuff with $ref... } defined($ref) or die "error parsing input"; Same, but using a parser object for more...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (92): Text::Refer Download

Added: October 24, 2010 | Visits: 1.337

Pod::Simple::Wiki Pod::Simple::Wiki is a class for creating Pod to Wiki filters. SYNOPSIS To create a simple filter to convert from Pod to a wiki format: #!/usr/bin/perl -w use strict; use Pod::Simple::Wiki; my $parser = Pod::Simple::Wiki->new(kwiki); if (defined $ARGV[0]) { open IN, $ARGV[0] or die...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): Pod::Simple::Wiki Download

Added: May 02, 2010 | Visits: 747

Audio:PSID Audio:PSID is a Perl module to handle SID files (Commodore-64 music files). SYNOPSIS use Audio::SID; $mySID = new Audio::SID(-filename => Test.sid) or die "Whoops!"; print "Title = " . $mySID->get(title) . "n"; print "MD5 = " . $mySID->getMD5(); $mySID->set(author => LaLa, title =>...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (92): Audio:PSID Download

Added: April 05, 2010 | Visits: 1.234

File::Remote File::Remote is a Perl module to read/write/edit remote files transparently. SYNOPSIS # # Two ways to use File::Remote # # First, the function-based style. Here, we can use the # special :replace tag to overload Perl builtins! # use File::Remote qw(:replace); # special :replace tag #...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (92): File::Remote Download

Added: January 22, 2010 | Visits: 894

Apache Users Apache Users project is an Apache username enumerator, via /~username requests. This script uses a list of common system names like root, admin etc ... You should manually check the issue to establish the http return code, ie: 403 as this is needed for the command line. No native SSL support....


Platforms: *nix

License: Freeware Size: 23.55 KB Download (92): Apache Users Download

Added: March 13, 2010 | Visits: 622

PerlIO::locale PerlIO::locale is a PerlIO layer to use the encoding of the current locale. SYNOPSIS use PerlIO::locale; open my $filehandle, <:locale, $filename or die $!; This is mostly a per-filehandle version of the open pragma, when used under the form use open :locale; The encoding for the...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): PerlIO::locale Download

Added: January 15, 2010 | Visits: 756

PAR::WebStart PAR::WebStart is a Perl implementation of Javas WebStart. SYNOPSIS my $file = hello.pnlp; my $ws = PAR::WebStart->new(file => $file); $ws->fetch_pars() or die $ws->{ERROR}; my $tmpdir = $ws->{tmpdir}; chdir($tmpdir) or die qq{Cannot chdir to "$tmpdir": $!}); my @args =...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (92): PAR::WebStart Download

Added: July 05, 2010 | Visits: 875

DNS::ZoneParse DNS::ZoneParse is a Perl module to parse and manipulate DNS Zone Files. SYNOPSIS use DNS::ZoneParse; my $zonefile = DNS::ZoneParse->new("/path/to/dns/zonefile.db", $origin); # Get a reference to the MX records my $mx = $zonefile->mx; # Change the first mailserver on the list $mx->[0]...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): DNS::ZoneParse Download

Added: November 11, 2010 | Visits: 1.005

WordNet::Similarity::PathFinder WordNet::Similarity::PathFinder is a Perl module to implement path finding methods (by node counting) for WordNet::Similarity measures of semantic relatedness. SYNOPSIS use WordNet::QueryData; my $wn = WordNet::QueryData->new; use WordNet::Similarity::PathFinder; my $obj =...


Platforms: *nix

License: Freeware Size: 645.12 KB Download (92): WordNet::Similarity::PathFinder Download

Added: February 04, 2010 | Visits: 776

MLDBM MLDBM is a Perl module to store multi-level hash structure in single level tied hash. SYNOPSIS use MLDBM; # this gets the default, SDBM #use MLDBM qw(DB_File FreezeThaw); # use FreezeThaw for serializing #use MLDBM qw(DB_File Storable); # use Storable for serializing $dbm = tie %o, MLDBM...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (91): MLDBM Download

Added: April 03, 2010 | Visits: 952

Rose::Object::MakeMethods::Generic Rose::Object::MakeMethods::Generic is a Perl module that can create simple object methods. SYNOPSIS package MyObject; use Rose::Object::MakeMethods::Generic ( scalar => [ power, error, ], scalar --get_set_init => name, boolean --get_set_init => is_tall, boolean => [ is_red,...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (91): Rose::Object::MakeMethods::Generic Download

Added: September 10, 2010 | Visits: 1.163

SNMP::Multi SNMP::Multi is a Perl module to perform SNMP operations on multiple hosts simultaneously. SYNOPSIS use SNMP::Multi; my $req = SNMP::Multi::VarReq->new ( nonrepeaters => 1, hosts => [ qw/ router1.my.com router2.my.com / ], vars => [ [ sysUpTime ], [ ifInOctets ], [ ifOutOctets ] ], );...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (91): SNMP::Multi Download

< 1 2 3 4 5