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

Perl Module software
Filter: All | Freeware | Demo
 

Perl Module

1 2 3 4 5 > 
Added: March 04, 2010 | Visits: 2.761

Jar::Signer Jar::Signer Perl module ease the process of creating a signed Jar file. SYNOPSIS # using FindBin is just a suggestion. use FindBin qw( $RealBin ); use Jar::Signer; my $signer = Jar::Signer->new; # location of the keystore, created if needed. $signer->keystore("$RealBin/MyKeyStore"); #...



Platforms: *nix

License: Freeware Size: 3.07 KB Download (762): Jar::Signer Download

Added: August 21, 2008 | Visits: 1.521

Perl Module Manager Perl Module Manager helps you to install, un-install and manage Perl modules from a CPAN site and other sources in an easy and intuitive way. Allows you to search through thousands of useful modules and libraries on a CPAN site and its mirrors. Automatically launches internal nmake util and makes...





Platforms: Windows

License: Freeware Size: 1.44 MB Download (538): Perl Module Manager Download

Added: October 14, 2010 | Visits: 2.589

Nokia::File::NFB Nokia::File::NFB is a Perl module to create, read and write Nokia nfb/nfc phone backup files. SYNOPSIS use Nokia::File::NFB; my $nfb = new Nokia::File::NFB; ## read in the file phone_backup.nfb. $nfb->read(phone_backup.nfb); ## print out the phone model the backup file is of. print...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (517): Nokia::File::NFB Download

Added: May 26, 2010 | Visits: 2.361

PerlPoint::Converters PerlPoint::Converters is a Perl module that contains a README and common functions for PerlPoint converters. PerlPoint is a simple text format which allows easy typing of text with headlines, bullet lists, normal text paragraphs, indented paragraphs for code examples etc., from which slides for...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (513): PerlPoint::Converters Download

Added: March 20, 2010 | Visits: 2.257

Algorithm::LUHN Algorithm::LUHN is a Perl module to calculate the modulus 10 double add double checksum. SYNOPSIS use Algorithm::LUHN qw/check_digit is_valid/; $c = check_digit("43881234567"); print "It worksn" if is_valid("43881234567$c"); $c = check_digit("A2C4E6G8"); # this will cause an error...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (510): Algorithm::LUHN Download

Added: March 04, 2010 | Visits: 2.171

Mail::Addressbook::Convert::Ldif Mail::Addressbook::Convert::Ldif is a Perl module that can convert to and from Ldif formatted addressbooks. SYNOPSIS use strict; use Mail::Addressbook::Convert::Ldif; my $LDIF = new Mail::Addressbook::Convert::Ldif(); my $LdifInFile ="ldifSample.txt"; # name of the file containing the Ldif...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (476): Mail::Addressbook::Convert::Ldif Download

Added: January 18, 2010 | Visits: 2.273

XML::Generator::vCard XML::Generator::vCard is a Perl module that can generate SAX2 events for vCard 3.0 SYNOPSIS use XML::SAX::Writer; use XML::Generator::vCard; my $writer = XML::SAX::Writer->new(); my $driver = XML::Generator::vCard->new(Handler=>$writer); $driver->parse_files("test.vcf"); Generate SAX2...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (417): XML::Generator::vCard Download

Added: May 21, 2010 | Visits: 1.906

Geo::KML::PolyMap Geo::KML::PolyMap is a Perl module to generate KML/KMZ-format choropleth (shaded polygonal) maps viewable in Google Earth. SYNOPSIS use Geo::KML::PolyMap qw(generate_kml_file generate_kmz_file); # Clusters "Total Population" data for "Foobar City" in $entities into 5 bins; # renders using...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (399): Geo::KML::PolyMap Download

Added: July 11, 2010 | Visits: 1.715

Convert::yEnc::Decoder Convert::yEnc::Decoder is a Perl module that decodes yEncoded files. SYNOPSIS use Convert::yEnc::Decoder; $decoder = new Convert::yEnc::Decoder; $decoder = new Convert::yEnc::Decoder $dir; $decoder->out_dir($dir); eval { $decoder->decode( $file); $decoder->decode(*FILE);...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (378): Convert::yEnc::Decoder Download

Added: October 18, 2010 | Visits: 1.729

ASNMTAP::Asnmtap::Plugins::Mail ASNMTAP::Asnmtap::Plugins::Mail is a Perl module that provides Mail functions used by ASNMTAP-based plugins. SYNOPSIS use ASNMTAP::Asnmtap::Plugins::Mail; my $objectNagios = ASNMTAP::Asnmtap::Plugins::Mail->new (); Sending and receiving fingerprinted (TXT or XML) mails. It are...


Platforms: *nix

License: Freeware Size: 1.6 MB Download (357): ASNMTAP::Asnmtap::Plugins::Mail Download

Added: May 02, 2010 | Visits: 1.160

Java::JCR::Lock Java::JCR::Lock is a Perl module that can load JCR lock extension wrappers. SYNOPSIS use Java::JCR::Lock This loads the Perl classes mapped to the Java package named javax.jcr.lock. Installation: Installation can be a bit tricky because this library depends upon Inline::Java, which...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (323): Java::JCR::Lock Download

Added: April 15, 2010 | Visits: 4.299

Winamp::Control Winamp::Control is a Perl module to control winamp (over the network). SYNOPSIS use Winamp::Control; use IO::Extended qw(printfln); my $winamp = Winamp::Control->new( host => $opts{host}, port => $opts{port} ); if( my $ver = $winamp->getversion ) { printfln Connected to Winamp (Ver:...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (276): Winamp::Control Download

Added: April 27, 2010 | Visits: 1.648

ExtUtils::ModuleMaker::Licenses ExtUtils::ModuleMaker::Licenses is a Perl module to get the License for a new module. SYNOPSIS A supporting player for ExtUtils::ModuleMaker to get the COPYRIGHT section of pod and the contents of the LICENSE file. USAGE Should only be called from ExtUtils::ModuleMaker. PUBLIC METHODS...


Platforms: *nix

License: Freeware Size: 80.9 KB Download (274): ExtUtils::ModuleMaker::Licenses Download

Added: January 18, 2010 | Visits: 1.447

Religion::Islam::Qibla Religion::Islam::Qibla is a Perl module that calculates the Muslim Qiblah Direction, Great Circle Distance, and Great Circle Direction. SYNOPSIS use Religion::Islam::Qibla; #create new object with default options, Destination point is Kabah Lat=21 Deg N, Long 40 Deg E my $qibla =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (266): Religion::Islam::Qibla Download

Added: April 20, 2010 | Visits: 2.028

Chess::PGN::Parse Chess::PGN::Parse is a Perl module that reads and parses PGN (Portable Game Notation) Chess files. SYNOPSIS use Chess::PGN::Parse; use English qw( -no_match_vars ); my $pgnfile = "kk_2001.pgn"; my $pgn = new Chess::PGN::Parse $pgnfile or die "cant open $pgnfilen"; while...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (252): Chess::PGN::Parse Download

Added: June 24, 2010 | Visits: 2.545

Finance::Bank::NL::CLIEOP03 Finance::Bank::NL::CLIEOP03 is a Perl module that can generate CLIEOP03 files for Dutch banks. SYNOPSIS use Finance::Bank::NL::CLIEOP03; $c = Finance::Bank::NL::CLIEOP03->new; $batch = $c->batch ( account => 1234567, sender_name => My Company, type =>...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (244): Finance::Bank::NL::CLIEOP03 Download

Added: June 07, 2010 | Visits: 2.099

Test::Unit::Tutorial Test::Unit::Tutorial is a Perl module that contains a tutorial on unit testing. SYNOPSIS perldoc Test::Unit::Tutorial Here should be extensive documentation on what unit testing is, why it is useful, and how to do it with the Test::Unit collection of modules. Sorry for not implementing...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (243): Test::Unit::Tutorial Download

Added: September 26, 2010 | Visits: 920

VRML::VRML2 VRML::VRML2 is a Perl module that contains VRML methods with the VRML 2.0/97 standard. SYNOPSIS use VRML::VRML2; $vrml = new VRML::VRML2; $vrml->browser(Cosmo Player 2.0,Netscape); $vrml->at(-15 0 20); $vrml->box(5 3 1,yellow); $vrml->back; $vrml->print; $vrml->save; OR with the...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (242): VRML::VRML2 Download

Added: July 09, 2010 | Visits: 1.467

Convert::Cyrillic Convert::Cyrillic is a Perl module with routines for converting from one cyrillic charset to another. SYNOPSIS use Convert::Cyrillic; $src = koi8; $dst = win; $SrcBuf = text in koi8 here; $DstBuf = Convert::Cyrillic::cstocs ($Src, $Dst, $SrcBuf); This package implements routine for...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (229): Convert::Cyrillic Download

Added: February 17, 2010 | Visits: 1.838

CAD::Drawing CAD::Drawing is a Perl module with methods to create, load, and save vector graphics. SYNOPSIS The primary intention of this module is to provide high-level operations for creating, loading, saving and manipulating vector graphics without having to be overly concerned about smile floormats....


Platforms: *nix

License: Freeware Size: 39.94 KB Download (228): CAD::Drawing Download

1 2 3 4 5 >