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

Cgi Perl Module software
Filter: All | Freeware | Demo
 

Cgi Perl Module

< 1 2 3 4 5 
Added: February 20, 2010 | Visits: 1.838

Pod::Simple::Subclassing Pod::Simple::Subclassing is a Perl module that can write a formatter as a Pod::Simple subclass. SYNOPSIS package Pod::SomeFormatter; use Pod::Simple; @ISA = qw(Pod::Simple); $VERSION = 1.01; use strict; sub _handle_element_start { my($parser, $element_name, $attr_hash_r) = @_; ... }...



Platforms: *nix

License: Freeware Size: 256 KB Download (87): Pod::Simple::Subclassing Download

Added: August 19, 2010 | Visits: 982

HTML::Widget HTML::Widget is a Perl module with HTML Widget And Validation Framework. SYNOPSIS use HTML::Widget; # Create a widget my $w = HTML::Widget->new(widget)->method(get)->action(/); # Add a fieldset to contain the elements my $fs = $w->element( Fieldset, user )->legend(User Details); # Add...





Platforms: *nix

License: Freeware Size: 67.58 KB Download (93): HTML::Widget Download

Added: September 20, 2010 | Visits: 975

Data::CGIForm Data::CGIForm is a Perl module with form data interface. Data::CGIForm is yet another way to parse and handle CGI form data. The main motivation behind this module was a simple specification based validator that could handle multiple values. You probably dont want to use this module....


Platforms: *nix

License: Freeware Size: 12.29 KB Download (95): Data::CGIForm Download

Added: October 05, 2010 | Visits: 995

Pod::Html::HtmlTre Pod::Html::HtmlTree is a Perl module to convert pod files to html tree. SYNOPSIS use Pod::Html::HtmlTree; use Data::Dumper; my $p = Pod::Html::HtmlTree->new; $p->indir ( /usr/lib/perl5/site_perl/5.8.3/Pod ); $p->outdir ( /tmp/pod ); $p->mask_dir ( 0777 ); # default is 0775...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (100): Pod::Html::HtmlTre Download

Added: March 03, 2010 | Visits: 730

Web Web Perl module contains a set of useful routines for many webworking purposes. This module was primarily made for UNIX/Linux-Systems. Parts of it cannot be used on other systems. E.g. the procedures for file locking demand systems that can use symlinks. If you use the modul on systems where...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (88): Web Download

Added: March 02, 2010 | Visits: 614

Test::CPANpm Test::CPANpm is a Perl module to test a distributions interaction with CPAN before uploading. SYNOPSIS use Test::CPANpm; use Test::More qw(no_plan); cpan_depends_ok( [CGI, Module::Build, Acme::Wabbit], got the right dependancies ); cpan_depends_ok_force_missing(...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Test::CPANpm Download

Added: August 08, 2010 | Visits: 784

QWizard QWizard is a Perl module that can display a series of questions, get the answers, and act on the answers. SYNOPSIS # # The following code works as a application *or* as a CGI script both: # use QWizard; my %primaries = ( starting_node => { title => "starting here", introduction =>...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (90): QWizard Download

Added: September 23, 2010 | Visits: 888

Test::Litmus Test::Litmus is a Perl module to submit test results to the Litmus testcase management tool. SYNOPSIS use Test::Litmus; $t = Test::Litmus->new(-machinename => mycomputer, -username => user, -authtoken => token, # optional # -server => http://litmus.mozilla.org/process_test.cgi, #...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (102): Test::Litmus Download

Added: November 22, 2010 | Visits: 1.549

Test::Chimps::Howto Test::Chimps::Howto is a Perl module with a howto about Test::Chimps. SYNOPSIS This document briefly describes how to set up a Chimps server and a Chimps smoker to smoke a project. THE SERVER We will be setting up a smoke server for an imaginary company called Bananas 2.0, who make a...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (92): Test::Chimps::Howto Download

Added: January 18, 2010 | Visits: 966

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 (102): RDFStore::Parser::SiRPAC Download

Added: January 18, 2010 | Visits: 984

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.142

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 (105): Test::Stochastic Download

Added: January 18, 2010 | Visits: 1.081

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 (109): AI::FuzzyInference Download

Added: January 18, 2010 | Visits: 1.184

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: 932

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 (111): RFC::RFC822::Address Download

Added: January 18, 2010 | Visits: 1.188

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.408

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 (106): Acme::Test::Weather Download

Added: January 18, 2010 | Visits: 1.546

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.275

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: January 18, 2010 | Visits: 1.268

Data::Encrypted Data::Encrypted is a Perl module to transparently store encrypted data via RSA. SYNOPSIS # functional interface: use Data::Encrypted file => "./.$0-encrypted-data", qw(encrypted); # note: login and password are not *really* the login and # password values, only the desired prompt! my...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (94): Data::Encrypted Download

< 1 2 3 4 5