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

Perl Module Manager software
Filter: All | Freeware | Demo
 

Perl Module Manager

< 1 2 3 4 5 
Added: January 18, 2010 | Visits: 1.665

Religion::Islam::PrayerTimes Religion::Islam::PrayerTimes is a Perl module that calculates Muslim Prayers Times and Sunrise. SYNOPSIS use Religion::Islam::PrayerTimes; #create new object with default options my $prayer = Religion::Islam::PrayerTimes->new(); #Juristic Methods: # 1 = Standard (Imams Shafii, Hanbali,...



Platforms: *nix

License: Freeware Size: 15.36 KB Download (166): Religion::Islam::PrayerTimes 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: January 18, 2010 | Visits: 650

Text::TemplateFill Text::TemplateFill is a Perl module for formatting of reports with templates from files, use for I18N. SYNOPSIS use Text::TemplateFill; my $tmpl = new Text::TemplateFill; $tmpl->SetOpt(BaseDir => "paras/$Country"); $tmpl->SetOpt(ErrorFunction => &LogMsg, LineTerminator => "rn"); # Must...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (93): Text::TemplateFill Download

Added: January 18, 2010 | Visits: 707

dump_kstat dump_kstat is a Perl module created to dump the kstat structure. This simple script dumps the entire kstat structure to stdout - useful for figuring out what statistics are available. EXAMPLES $ dump_kstat audio.0.audioc0 class = controller audio.0.audioc0 crtime = 3533.04802622...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (94): dump_kstat Download

Added: January 18, 2010 | Visits: 1.028

Solaris::MapDev Solaris::MapDev Perl module contains a map between instance numbers and device names. SYNOPSIS use Solaris::MapDev qw(inst_to_dev dev_to_inst); my $disk = inst_to_dev("sd0"); my $nfs = inst_to_dev("nfs123"); my $inst = dev_to_inst("c0t0d0s0"); mapdev_data_files(path_to_inst =>...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (102): Solaris::MapDev Download

Added: January 18, 2010 | Visits: 1.720

Solaris::Kstat Solaris::Kstat is a Perl module to access Solaris Kstats from Perl. SYNOPSIS use Solaris::Kstat; my $kstat = Solaris::Kstat->new(); my ($usr1, $sys1, $wio1, $idle1) = @{$kstat->{cpu_stat}{0}{cpu_stat0}}{qw(user kernel wait idle)}; print("usr sys wio idlen"); while (1) { sleep 5; if...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (172): Solaris::Kstat Download

Added: January 18, 2010 | Visits: 937

XML::DocStats XML::DocStats is a Perl module to produce a simple analysis of an XML document. SYNOPSIS Analyze the xml document on STDIN, the STDOUT output format is html: use XML::DocStats; my $parse = XML::DocStats->new; $parse->analyze; Analyze in-memory xml document: use XML::DocStats; my...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (88): XML::DocStats Download

Added: January 18, 2010 | Visits: 858

Sys::OutPut Sys::OutPut is a Perl module to help make output easier. SYNOPSIS usage Sys::OutPut; talk $fmtstr [, @args]; out $fmtstr [, @args]; put $fmtstr [, @args]; err $fmtstr [, @args]; debug $fmtstr [, @args]; $Sys::OutPut::quiet = $::quiet; $Sys::OutPut::debug = $::debug; These...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (111): Sys::OutPut Download

Added: January 18, 2010 | Visits: 1.078

Filesys::DiskFree Filesys::DiskFree is a Perl module to perform the Unix command df in a portable fashion. SYNOPSIS use Filesys::DiskFree; $handle = new Filesys::DiskFree; $handle->df(); print "The root device is ".$handle->device("/")."n"; print "It has ".$handle->avail("/")." bytes availablen"; print...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Filesys::DiskFree Download

Added: January 18, 2010 | Visits: 885

Decision::Markov Decision::Markov is a Perl module with markov models for decision analysis. SYNOPSIS use Decision::Markov; $model = new Decision::Markov; $state = $model->AddState("Name",$utility); $error = $model->AddPath($state1,$state2,$probability); $error = $model->Check...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (137): Decision::Markov Download

Added: January 18, 2010 | Visits: 1.594

XML::Writer::Simple XML::Writer::Simple is a Perl module to create XML files easily! SYNOPSIS use XML::Writer::Simple dtd => "file.dtd"; print para("foo",b("bar"),"zbr"); USAGE This module takes some ideas from CGI to make easier the life for those who need to generated XML code. You can use the module in...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (91): XML::Writer::Simple Download

Added: January 18, 2010 | Visits: 778

Text::RewriteRules Text::RewriteRules Perl module contains a system to rewrite text using regexp-based rules. SYNOPSIS use Text::RewriteRules; RULES email .==> DOT @==> AT ENDRULES email("ambs@cpan.org") # returns ambs AT cpan DOT org RULES/m inc (d+)=e=> $1+1 ENDRULE inc("I saw 11 cats and 23...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Text::RewriteRules Download

Added: June 25, 2010 | Visits: 919

DBIx::SQL::Abstract DBIx::SQL::Abstract is a Perl module that provides a convenient abstraction layer to a database. SYNOPSIS use DBIx::SQL::Abstract; my $dbh = DBIx::SQL::Abstract->new( %dbcfg ); Building SQL Abstractions. my($query, @bind) = $dbh->select($table, @fields, %where, @order); my($query,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): DBIx::SQL::Abstract Download

Added: March 03, 2010 | Visits: 1.235

Statistics::Forecast Statistics::Forecast is a Perl module that calculates a future value. This is a dummy Oriented Object module that calculates a future value by using existing values. The new value is calculated by using linear regression. SYNOPSIS use Statistics::Forecast; Create forecast object my...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (102): Statistics::Forecast 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: August 11, 2010 | Visits: 1.343

ASNMTAP::Asnmtap::Plugins::SOAP ASNMTAP::Asnmtap::Plugins::SOAP is a Perl module that provides SOAP functions used by ASNMTAP-based plugins. SYNOPSIS use ASNMTAP::Asnmtap::Plugins v3.000.010; use ASNMTAP::Asnmtap::Plugins qw(:PLUGINS); my $objectPlugins = ASNMTAP::Asnmtap::Plugins->new ( _programName =>...


Platforms: *nix

License: Freeware Size: 1.6 MB Download (138): ASNMTAP::Asnmtap::Plugins::SOAP Download

Added: April 21, 2010 | Visits: 893

ASNMTAP::Asnmtap::Applications ASNMTAP::Asnmtap::Applications is a Perl module that provides a nice object oriented interface for ASNMTAP Applications. ASNMTAP::Asnmtap::Applications Subclass of ASNMTAP::Asnmtap This version is still the old ASNMTAP Applications v3.000.001 addapted for using with the new ASNMTAP::Asnmtap,...


Platforms: *nix

License: Freeware Size: 1.6 MB Download (88): ASNMTAP::Asnmtap::Applications Download

Added: November 11, 2010 | Visits: 1.191

Compress::BraceExpansion Compress::BraceExpansion is a Perl module to create a human-readable compressed string suitable for shell brace expansion. SYNOPSIS use Compress::BraceExpansion; # output: ab{c,d} print Compress::BraceExpansion->new( qw( abc abd ) )->shrink(); # output: aabb{cc,dd} print...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (100): Compress::BraceExpansion Download

Added: May 11, 2010 | Visits: 1.095

SOAP::Amazon::S3 SOAP::Amazon::S3 is a Perl module for interfacing with Amazon S3 through SOAP. SYNOPSIS An object-oriented interface to handle your Amazon S3 storage. (Still experimental, although functional) use SOAP::Amazon::S3; my $s3 = SOAP::Amazon::S3->new( $access_key_id, $secret_access_key, {...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (110): SOAP::Amazon::S3 Download

Added: April 04, 2010 | Visits: 1.148

Archive::Chm Archive::Chm is a Perl module that performs some read-only operations on HTML help (.chm) files. Range of operations includes enumerating contents, extracting contents and getting information about one certain part of the archive. The module supersedes Text::Chm written by Domenico Delle Side....


Platforms: *nix

License: Freeware Size: 419.84 KB Download (101): Archive::Chm Download

< 1 2 3 4 5