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

Perl Examples software
Filter: All | Freeware | Demo
 

Perl Examples

< 1 2 3 4 5 > 
Added: November 16, 2010 | Visits: 1.340

BBDB::Export BBDB::Export is a Perl module to export data from The Insidious Big Brother Database. SYNOPSIS use BBDB::Export; # export to LDIF my $exporter = BBDB::Export::LDIF->new( { bbdb_file => "/path/to/.bbdb", output_file => "export.ldif", dc => "dc=geekfarm, dc=org", } );...



Platforms: *nix

License: Freeware Size: 13.31 KB Download (103): BBDB::Export Download

Added: October 22, 2010 | Visits: 1.308

OpenGeoDB Perl module OpenGeDB Perl module is a module to access the OpenGeoDB database and calculate all ZIP codes in a certain radius..





Platforms: *nix

License: Freeware Size: 3.07 KB Download (102): OpenGeoDB Perl module Download

Added: April 14, 2010 | Visits: 1.014

sudoku-perl sudoku-perl is a Sudoku player that offers a board, assistance, and solving using a (text based) ANSI screen. sudoku-perl offers a simple alphanumeric board display that supports the 9x9 matrix. It does not generate a Sudoku puzzle; for this, the user must look on the Internet, newspapers,...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (102): sudoku-perl Download

Added: January 18, 2010 | Visits: 971

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: September 21, 2010 | Visits: 1.099

AI::Prolog::Builtins AI::Prolog::Builtins is a Perl module with builtin predicates that AI::Prolog supports. Comments Comments begin with a % and terminate at the end of the line or begin with /* and terminate with */. Variables As in Prolog, all variables begin with an upper-case letter and are not quoted....


Platforms: *nix

License: Freeware Size: 122.88 KB Download (102): AI::Prolog::Builtins Download

Added: November 17, 2010 | Visits: 1.115

CQL::Parser CQL::Parser is a Perl module that compiles CQL strings into parse trees of Node subtypes. SYNOPSIS use CQL::Parser; my $parser = CQL::Parser->new(); my $root = $parser->parse( $cql ); CQL::Parser provides a mechanism to parse Common Query Language (CQL) statements. The best description of...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (102): CQL::Parser Download

Added: April 16, 2010 | Visits: 1.305

Cellular::Automata::Wolfram Cellular::Automata::Wolfram is a Perl module that implements one-dimensional non-totalistic cellular automata as described in Dr. Steven Wolframs, A New Kind of Science, ISBN:1-57955-008-8 SYNOPSIS use Cellular::Automata::Wolfram; my $png_file = shift; my $caw = new...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): Cellular::Automata::Wolfram Download

Added: April 18, 2010 | Visits: 953

Digest::Perl::MD4 Digest::Perl::MD4 is a Perl implementation of Ron Rivests MD4 Algorithm. This is not C-code interface (like Digest::MD5) but a Perl-only implementation of MD4 (like Digest::Perl::MD5). Because of this, it is slow but avoids platform specific complications. For efficiency you should use...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (101): Digest::Perl::MD4 Download

Added: January 18, 2010 | Visits: 1.498

Perl OS Perl OS is a program written in the Perl programming language combined with the Perl module Tk. Perl OS was created to make an easy interface to run Perl/Tk programs. It was also created to be an easy working environment complete with a text editor, paint program, and more. The program comes...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (101): Perl OS Download

Added: May 12, 2010 | Visits: 1.260

Perl MUD Client Perl MUD Client project is a text-based MUD client supporting SSL, ANSI, telnet negotations, and MCP. PMC is a text based mudclient written in Perl 5. It utilizes GNU readline, supports SSL, local editing support through MCP (MudClientProtocol), full telnet negotiation support and of course...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (101): Perl MUD Client Download

Added: November 06, 2010 | Visits: 985

Apache2::UploadProgress Apache2::UploadProgress is Perl module to track the progress and give realtime feedback of file uploads. SYNOPSIS In Apache: PerlLoadModule Apache2::UploadProgress PerlPostReadRequestHandler Apache2::UploadProgress In your HTML form: < script src="/UploadProgress/progress.js" >< /script...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (101): Apache2::UploadProgress Download

Added: September 26, 2010 | Visits: 1.177

yagg::Tutorial yagg::Tutorial is a Perl module that contains a tutorial for yagg. SYNOPSIS # To use the generator ./yagg -m nonterminals.yg terminals.lg ./output/progs/generate 5 This tutorial will show you how to use yagg, by way of two examples. In the first example, we create a simple logical...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (101): yagg::Tutorial Download

Added: March 03, 2010 | Visits: 1.312

IO::Pipe::Producer IO::Pipe::Producer is a Perl module that provides two modules getSubroutineProducer and getSystemProducer. SYNOPSIS # Module which provides 2 methods: getSubroutineProducer # and getSystemProducer. They take a subroutine reference # (with associated arguments) and a system call #...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (101): IO::Pipe::Producer Download

Added: August 22, 2010 | Visits: 1.441

File::Find::Closures File::Find::Closures is a Perl module with functions you can use with File::Find. SYNOPSIS use File::Find; use File::Find::Closures qw(:all); my( $wanted, $list_reporter ) = find_by_name( qw(README) ); File::Find::find( $wanted, @directories ); File::Find::find( { wanted => $wanted, ......


Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): File::Find::Closures Download

Added: March 27, 2010 | Visits: 876

Lisp::Fmt Lisp::Fmt is a Perl module for Common Lisp like formatting. SYNOPSIS use Lisp::Fmt; $str = fmt("~{~a ~5,,,*a~}", $a,$b,$c,$d); # store result in $str pfmt("~{ ~a~5,,,*a~}", $a,$b,$c,$d); # print to stdout The Common Lisp "format" function provides an extremely rich set of formatting...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (100): Lisp::Fmt Download

Added: October 22, 2010 | Visits: 1.091

Sort::Fields Sort::Fields is a Perl module that can sort lines containing delimited fields. SYNOPSIS use Sort::Fields; @sorted = fieldsort [3, 2n], @lines; @sorted = fieldsort +, [-1, -3, 0], @lines; $sort_3_2n = make_fieldsort [3, 2n], @lines; @sorted = $sort_3_2n->(@lines); Sort::Fields provides...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): Sort::Fields Download

Added: November 11, 2010 | Visits: 1.148

DBIx::Simple::Examples [COPRIGHT=1] EXAMPLES General #!/usr/bin/perl -w use strict; use DBIx::Simple; # Instant database with DBD::SQLite my $db = DBIx::Simple->connect(dbi:SQLite:dbname=file.dat) or die DBIx::Simple->error; # Connecting to a MySQL database my $db = DBIx::Simple->connect(...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (99): DBIx::Simple::Examples Download

Added: January 18, 2010 | Visits: 1.666

MyCMS perl module MyCMS perl module provides the MN::CMS Perl module used by the MyCMS. MyCMS perl module contains Perl object classes to manage the data of MyCMS (such as articles, links, and images). MN::CMS is a perl module that allows you to manage an Internet publishing system.# MyCMS is an extension...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (99): MyCMS perl module Download

Added: April 08, 2010 | Visits: 984

Yet Another Random Perl Portal Yet Another Random Perl Portal (YARPP) is a simple Web portal environment. Yet Another Random Perl Portal is specifically designed to provide a portal that can be used to remotely manage small scale firewall products, such as net Juniper (Netscreen) 5 series devices. As such, it includes...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 24.58 KB Download (99): Yet Another Random Perl Portal Download

Added: October 17, 2010 | Visits: 1.173

dtRdr::doc::Book::whitespace dtRdr::doc::Book::whitespace Perl module contains issues with whitespace. Synopsis Weird things happen when whitespace doesnt count, but sort of counts. The annotations rely on a reliable character position, which can be very different from byte offset due to character encoding and...


Platforms: *nix

License: Freeware Size: 788.48 KB Download (99): dtRdr::doc::Book::whitespace Download

< 1 2 3 4 5 >