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

Perl Module Contact Php software
Filter: All | Freeware | Demo
 

Perl Module Contact Php

< 1 2 3 4 5 > 
Added: March 17, 2010 | Visits: 837

OpenInteract::Template::Plugin OpenInteract::Template::Plugin is a Perl module with custom OpenInteract functionality in templates. SYNOPSIS # Create the TT object with the OI plugin my $template = Template->new( PLUGINS => { OI => OpenInteract::Template::Plugin }, ... ); my ( $output ); $template->process(...



Platforms: *nix

License: Freeware Size: 655.36 KB Download (93): OpenInteract::Template::Plugin Download

Added: February 01, 2010 | Visits: 856

OpenInteract2::TT2::Plugin OpenInteract2::TT2::Plugin is a Perl module for custom OpenInteract functionality in templates. SYNOPSIS # Create the TT object with the OI plugin my $template = Template->new( PLUGINS => { OI => OpenInteract2::TT2::Plugin }, ... ); my ( $output ); $template->process( package::template,...





Platforms: *nix

License: Freeware Size: 931.84 KB Download (97): OpenInteract2::TT2::Plugin Download

Added: June 13, 2010 | Visits: 847

PDL::IO::Misc PDL::IO::Misc is a Perl module with misc IO routines for PDL. rcols() Read ASCII whitespaced cols from a file into piddles and perl arrays (also see "rgrep()"). There are two calling conventions - the old version, where a pattern can be specified after the filename/handle, and the new...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (87): PDL::IO::Misc Download

Added: November 08, 2010 | Visits: 1.088

Regexp::Common::comment Regexp::Common::comment is a Perl module that provide regexes for comments. SYNOPSIS use Regexp::Common qw /comment/; while (<>) { /$RE{comment}{C}/ and print "Contains a C commentn"; /$RE{comment}{C++}/ and print "Contains a C++ commentn"; /$RE{comment}{PHP}/ and print "Contains a PHP...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (103): Regexp::Common::comment Download

Added: November 03, 2010 | Visits: 840

Class::Meta::Express Class::Meta::Express is a Perl module for concise, expressive creation of Class::Meta classes. Synopsis package My::Contact; use Class::Meta::Express; class { meta contact => ( default_type => string ); has name; has contact => ( required => 1 ); } This module provides an interface...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): Class::Meta::Express Download

Added: October 19, 2010 | Visits: 1.047

BBCode::Parser BBCode::Parser is a Perl module that parses BBCode tags. BBCode is a simplified markup language used in several online forums and bulletin boards. It originated with phpBB, and remains most popular among applications written in PHP. Generally, users author their posts in BBCode, and the forum...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (112): BBCode::Parser Download

Added: August 13, 2010 | Visits: 1.494

Test::File::Find::Rule Test::File::Find::Rule is a Perl module to test files and directories with File::Find::Rule. SYNOPSIS use Test::File::Find::Rule; # Check that all files in $dir have sensible names my $rule = File::Find::Rule ->file ->relative ->not_name(qr/^[w]{1,8}.[a-z]{3,4}$/);...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (103): Test::File::Find::Rule Download

Added: July 25, 2010 | Visits: 1.380

Volity::Bot::TicTacToe::Random Volity::Bot::TicTacToe::Random is a Perl module with Tic tac toe bot module for Volity. This is a subclass of Volity::Bot that defines an automated Tic Tac Toe player. It is not a very good Tic Tac Toe player, choosing a random legal move to make every time its turn comes up. More...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (138): Volity::Bot::TicTacToe::Random Download

Added: January 15, 2010 | Visits: 1.154

Paper::Specs Paper::Specs is a Perl module with size and layout information for paper stock, forms, and labels. SYNOPSIS use Paper::Specs units => "cm"; my $form = Paper::Specs->find( brand => "Avery", code => "1234"); use Paper::Specs units => "cm", brand => "Avery"; my $form = Paper::Specs->find(...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (109): Paper::Specs Download

Added: May 06, 2010 | Visits: 1.071

Convert::Cyr Convert::Cyr, chcp is a Perl module for change cyrillic code page of a text. SYNOPSIS use Convert::Cyr qw(chcp); $converted_string=chcp($string, $maxlen, $from, $to); ABSTRACT Convert::Cyr, chcp - change cyrillic code page of a text. chcp takes as the first argument a string that is to...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (129): Convert::Cyr Download

Added: October 20, 2010 | Visits: 1.272

MP3::PodcastFetch MP3::PodcastFetch is a Perl module to fetch and manage a podcast subscription. SYNOPSIS use MP3::PodcastFetch; my $feed = MP3::PodcastFetch->new(-base => /tmp/podcasts, -rss => http://www.npr.org/rss/podcast.php?id=500001 -rewrite_filename => 1, -upgrade_tag => auto); $feed->fetch_pods;...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (91): MP3::PodcastFetch Download

Released: August 01, 2012  |  Added: August 01, 2012 | Visits: 1.288

Class::XML Class::XML is a Perl module for simple XML Abstraction. SYNOPSIS package Foo; use base qw/Class::XML/; __PACKAGE__->has_attributes(qw/length colour/); __PACKAGE__->has_child(bar => Bar); package Bar; use base qw/Class::XML/; __PACKAGE__->has_parent(foo);...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Class::XML Download

Added: September 11, 2010 | Visits: 1.202

File::Comments File::Comments is a Perl module that ecognizes file formats and extracts format-specific comments. SYNOPSIS use File::Comments; my $snoop = File::Comments->new(); # *---------------- # | program.c: # | /* comment */ # | main () {} # *---------------- my $comments =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (91): File::Comments Download

Added: March 14, 2010 | Visits: 1.030

dtRdr::doc::AnnotationServers dtRdr::doc::AnnotationServers is a Perl module that contains remote annotation server details. Initial Interaction Discovery - get server version/capabilities - possibly login at this point - maybe create-account API? Sounds like delegation is in order. $base =...


Platforms: *nix

License: Freeware Size: 788.48 KB Download (94): dtRdr::doc::AnnotationServers Download

Added: April 20, 2010 | Visits: 908

Java::Build::JVM Java::Build::JVM is a Perl module that starts one JVM for compiling. SYNOPSIS use Java::Build::JVM; my $compiler = Java::Build::JVM->getCompiler(); $compiler->destination("some/path"); $compiler->classpath("some/pathto/jar.jar:some/other/path/javas");...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (104): Java::Build::JVM Download

Added: September 19, 2010 | Visits: 908

Bigtop::Docs::TentTut Bigtop::Docs::TentTut is Perl module for tentmaker Tutorial (best viewed in html). If you dont know what Bigtop is, you might want to start by reading Bigtop::Docs::About. Bigtop is a language of simple structure, but with many keywords. In an effort to make it easier to use, I have written...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (87): Bigtop::Docs::TentTut Download

Added: February 05, 2010 | Visits: 1.484

SQLite::VirtualTable SQLite::VirtualTable is a Perl module that can create SQLite Virtual Table extensions in Perl. SYNOPSIS on Perl: package MyVirtualTable; use base SQLite::VirtualTable; sub CREATE { ... and then from your preferred SQLite application or language, as for instance, the sqlite3 shell: $...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (126): SQLite::VirtualTable 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.167

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 (96): Circa::Indexer Download

< 1 2 3 4 5 >