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 49.594.371 Times

Perl Module freeware
Filter: All | Freeware | Demo
 

Perl Module

< 1 2 3 4 5 > 
Added: September 13, 2010 | Visits: 1.025

Perl::Metric::Basic Perl::Metric::Basic is a Perl module that can provide basic software metrics. SYNOPSIS # first construct a PPI::Document object to pass in my $document = PPI::Document->load("t/lib/Acme.pm"); # then retrieve metrics on the document my $m = Perl::Metric::Basic->new; my $metric =...



Platforms: *nix

License: Freeware Size: 5.12 KB Download (90): Perl::Metric::Basic Download

Added: February 07, 2010 | Visits: 920

CVS Perl library CVS Perl library is a Perl module which is a wrapper around the CVS command with an object-oriented interface. Installation: To install this module type the following: perl Makefile.PL make make test make install.





Platforms: *nix

License: Freeware Size: 24.58 KB Download (90): CVS Perl library Download

Released: December 25, 2012  |  Added: December 25, 2012 | Visits: 1.851

Module::MakefilePL::Parse Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", <$fh>) ); $info = $parser->required; The purpose of this module is to determine the...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (94): Module::MakefilePL::Parse Download

Added: August 22, 2010 | Visits: 973

Module::Starter::Smart Module::Starter::Smart is a Perl module that lets you add new modules into an existing distribution. SYNOPSIS use Module::Starter qw/Module::Starter::Simple Module::Starter::Smart/; Module::Starter->create_distro(%args); # or in ~/.module-starter/config plugin: Module::Starter::Simple...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (91): Module::Starter::Smart Download

Added: July 21, 2010 | Visits: 856

Hub::Perl::Language Hub::Perl::Language is a Perl module that contains a lot of methods. PUBLIC METHODS sizeof Integer size of hashes, arrays, and scalars Usage: sizeof %hash Usage: sizeof @array Usage: sizeof $scalar_ref Usage: sizeof $scalar Usage: sizeof %more, @than, $one Sizes are computed as...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (87): Hub::Perl::Language Download

Added: July 05, 2010 | Visits: 1.272

Drupal::Module::Starter Drupal::Module::Starter is a Perl module to create Drupal Module starter files. SYNOPSIS You probably dont want to use this module directly - you want to use the drupal-module-starter script in the scripts directory of the distribution use Drupal::Module::Starter; my $foo =...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (102): Drupal::Module::Starter Download

Added: July 01, 2010 | Visits: 1.124

Module::ThirdParty Module::ThirdParty is a Perl module which can provide information for 3rd party modules (outside CPAN). SYNOPSIS use Module::ThirdParty; if (is_3rd_party($module)) { my $info = module_information($module); print "$module is a known third-party Perl modulen", " -> included in...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (97): Module::ThirdParty Download

Added: April 03, 2010 | Visits: 965

Module::Versions Module::Versions is a Perl module to handle versions of loaded modules with flexible result interface. SYNOPSIS use Module::Versions; # Simple Interface list Module::Versions; # prints formatted results to STDOUT Module::Versions->list; # prints formatted results to STDOUT # Shortcuts...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (94): Module::Versions Download

Added: January 18, 2010 | Visits: 962

RDFStore::Parser::SiRPAC RDFStore::Parser::SiRPAC is a Perl module that implements a streaming RDF Parser as a direct implementation of XML::Parser::Expat. SYNOPSIS use RDFStore::Parser::SiRPAC; use RDFStore::NodeFactory; my $p=new RDFStore::Parser::SiRPAC( ErrorContext => 2, Handlers => { Init => sub { print...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (96): RDFStore::Parser::SiRPAC Download

Added: January 18, 2010 | Visits: 978

Benchmark::Forking Benchmark::Forking is a Perl module to run benchmarks in separate processes. SYNOPSIS use Benchmark::Forking qw( timethis timethese cmpthese ); timethis ($count, "code"); timethese($count, { Name1 => sub { ...code1... }, Name2 => sub { ...code2... }, }); cmpthese($count, { Name1 =>...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (98): Benchmark::Forking Download

Added: January 18, 2010 | Visits: 1.162

Circa::Indexer Circa::Indexer is a Perl module that provides functions to administrate Circa, a www search engine running with Mysql. SYNOPSIS use Circa::Indexer; my $indexor = new Circa::Indexer; die "Erreur à la connection MySQL:$DBI::errstrn" if (!$indexor->connect); $indexor->create_table_circa;...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (90): Circa::Indexer Download

Added: January 18, 2010 | Visits: 1.133

Test::Stochastic Test::Stochastic is a Perl module to check probabilities of randomized methods. SYNOPSIS use Test::Stochastic qw(stochastic_ok); stochastic_ok sub { ...random sub...}, {a => 0.4, b => 0.6}; stochastic_ok {a => 0.4, b => 0.6}, sub { ...random sub...}; Test::Stochastic::setup(times => 100,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): Test::Stochastic Download

Added: January 18, 2010 | Visits: 1.964

Games::SGF::Tournament Games::SGF::Tournament is a Perl module for tournament statistics generator. SYNOPSIS use CGI qw / :html /; use Games::SGF::Tournament; my $t = Games::SGF::Tournament->new(); print html(body($t->score())); Smart Go Format (SGF) is a file format used to store game records of two player...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (129): Games::SGF::Tournament Download

Added: January 18, 2010 | Visits: 1.074

AI::FuzzyInference AI::FuzzyInference is a Perl module to implement a Fuzzy Inference System. SYNOPSYS use AI::FuzzyInference; my $s = new AI::FuzzyInference; $s->inVar(service, 0, 10, poor => [0, 0, 2, 1, 4, 0], good => [2, 0, 4, 1, 6, 0], excellent => [4, 0, 6, 1, 8, 0], amazing => [6, 0, 8, 1,...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (103): AI::FuzzyInference Download

Added: January 18, 2010 | Visits: 1.182

Geography::Countries Geography::Countries is a Perl module with 2-letter, 3-letter, and numerical codes for countries. SYNOPSIS use Geography::Countries; $country = country DE; # Germany @list = country 666; # (PM, SPM, 666, # Saint Pierre and Miquelon, 1) This module maps country names, and their 2-letter,...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (99): Geography::Countries Download

Added: January 18, 2010 | Visits: 926

RFC::RFC822::Address RFC::RFC822::Address is a Perl module for RFC 822 style address validation. SYNOPSIS use RFC::RFC822::Address qw /valid/; print "Validn" if valid abigail@example.com; This module checks strings to see whether they are have the valid syntax, as defined in RFC 822 [1]. One subroutine,...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (105): RFC::RFC822::Address Download

Added: January 18, 2010 | Visits: 1.184

Geography::States Geography::States is a Perl module with map states and provinces to their codes, and vice versa. SYNOPSIS use Geography::States; my $obj = Geography::States -> new (COUNTRY [, STRICT]); EXAMPLES my $canada = Geography::States -> new (Canada); my $name = $canada -> state (NF); #...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (103): Geography::States Download

Added: January 18, 2010 | Visits: 1.404

Acme::Test::Weather Acme::Test::Weather is a Perl module to test the weather conditions for a user. SYNOPSIS use Test::Weather; plan tests => 2; # You may only install something # when its nice outside. &isnt_snowing(); &isnt_cloudy(); # output: 1..2 ok 1 - its partly cloudy in Montreal, Canada not...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): Acme::Test::Weather Download

Added: January 18, 2010 | Visits: 1.541

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


Platforms: *nix

License: Freeware Size: 9.22 KB Download (173): XML::Generator::vCard::RDF Download

Added: January 18, 2010 | Visits: 2.271

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 (416): XML::Generator::vCard Download

< 1 2 3 4 5 >