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

Perl Modules Tutorial freeware
Filter: All | Freeware | Demo
 

Perl Modules Tutorial

< 1 2 3 4 5 > 
Added: January 25, 2010 | Visits: 661

ummf ummf Perl module contains a driver for UMMF. SYNOPSIS ummf [-I dir] [-M MetaModel] [-m Main::Module] [-o {dir|-}] [-e exporter] input ... This is a driver for the UMMF toolkit. It translates UML input documents into the export targets specified by the -e option. If -o - is specified the...



Platforms: *nix

License: Freeware Size: 686.08 KB Download (93): ummf Download

Added: February 21, 2010 | Visits: 821

mmixer mmixer is console based, perl audio mixer. You will need to have Term-Screen and Audio-Mixer perl modules (also you will need Term::ANSIColor module, wich probably is included in your perl distribtion by default) . Look in the documentation section for information how to install perl modules. It...





Platforms: *nix

License: Freeware Size: 9.22 KB Download (104): mmixer Download

Added: March 21, 2010 | Visits: 1.043

ptkmixer ptkmixer is a Perl Tk Audio Mixer with an easy-to-use GUI. You will need to have Tk and Audio-Mixer perl modules to run the program.Look in the documentation section for information how to install perl modules. Tested on Peanut Linux . Type make install for default install..


Platforms: *nix

License: Freeware Size: 14.34 KB Download (131): ptkmixer Download

Added: January 13, 2010 | Visits: 981

Image::ExifTool Image::ExifTool is a Perl module that can read and write meta information. SYNOPSIS use Image::ExifTool ImageInfo; # ---- Simple procedural usage ---- # Get hash of meta information tag names/values from an image $info = ImageInfo(a.jpg); # ---- Object-oriented usage ---- # Create a...


Platforms: *nix

License: Freeware Size: 1024 KB Download (147): Image::ExifTool Download

Added: November 09, 2010 | Visits: 941

Jarl Jarl is a Perl/Tk Client. It strives to provide full functionality with every aspect of the Jabber IM system. It currently supoprts messaging, chat, groupchat, ICQ, AIM, and IRC support. This package includes also the perlo modules required for this release. To install Jarl just run the...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (90): Jarl Download

Added: February 03, 2010 | Visits: 846

Algorithm::SkipList Algorithm::SkipList is a Perl implementation of skip lists. SYNOPSIS my $list = new Algorithm::SkipList(); $list->insert( key1, value ); $list->insert( key2, another value ); $value = $list->find(key2); $list->delete(key1); This is an implementation of skip lists in Perl. Skip...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (117): Algorithm::SkipList Download

Added: February 01, 2010 | Visits: 872

Tree::PseudoIncLib Tree::PseudoIncLib is a Perl class for encapsulating a description of pseudo-INC array. ABSTRACT This module encapsulates a perl-type library description data and provides methods for manipulating that data. It is in no way associated with any real @INC array on the system. Instead, it works...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (88): Tree::PseudoIncLib Download

Added: September 25, 2010 | Visits: 1.473

Business::Travel::OTA Business::Travel::OTA is a Perl module with tools for handling OTA-compliant (Open Travel Alliance) messages. SYNOPSIS # This tests the "otaserver" with an OTA_PingRQ message otaclient --ping --verbose The Business::Travel::OTA module is the main module for the Business-Travel-OTA...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (129): Business::Travel::OTA Download

Added: November 19, 2010 | Visits: 845

Test::Cmd Test::Cmd is a Perl module for portable testing of commands and scripts. SYNOPSIS use Test::Cmd; $test = Test::Cmd->new(prog => program_or_script_to_test, interpreter => script_interpreter, string => identifier_string, workdir => , subdir => dir, match_sub => $code_ref, verbose => 1);...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (109): Test::Cmd Download

Added: May 06, 2010 | Visits: 1.161

EnsEMBL::Web::Record EnsEMBL::Web::Record is a family of modules used for managing a users persistant data in a database. SYNOPSIS Many web sites now encourage users to register and login to access more advanced features, and to customise a site to their needs. The EnsEMBL::Web::Record group of Perl modules is...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (92): EnsEMBL::Web::Record Download

Added: April 01, 2010 | Visits: 712

Net::FreeDB2 Net::FreeDB2 is a Perl module with FreeDB generic connection class. SYNOPSIS # quick and dirty CD ripper use strict; # Make device name use Getopt::Std; $::opt_d = ; getopts (d:); my $dev = $::opt_d || /dev/cdrom; # Make a Net::FreeDB2::connection use Net::FreeDB2; my $conn =...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (92): Net::FreeDB2 Download

Added: January 02, 2010 | Visits: 909

PerlBean::Collection PerlBean::Collection is a Perl module that contains a collection of PerlBean objects. SYNOPSIS use strict; use PerlBean; use PerlBean::Collection; use PerlBean::Attribute::Factory; my $bean = PerlBean->new( { package => Athlete, } ); my $factory = PerlBean::Attribute::Factory->new();...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (95): PerlBean::Collection Download

Added: May 25, 2013 | Visits: 404

odp2db odp2db is a collection of Perl programs that can be used to parse the ODP data dumps and insert the data into an SQL database. Both the structure.rdf.u8 and content.rdf.u8 files are parsed. A minimal table structure is included that is suitable for loading the database but probably not useful for...


Platforms: CGI and Perl

License: Freeware Size: 10 KB Download (46): odp2db Download

Added: May 07, 2010 | Visits: 533

kcheckmail kcheckmail project is a very simple biff utility written in perl. In its intended usage, it forks into the background, connects to an IMAP server and pops up the From and Subject headers whenever it sees an unread email. All user interaction is done through kdialog. I could not find any tool or...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (90): kcheckmail Download

Added: June 23, 2010 | Visits: 695

DWH_File DWH_File module contains data and object persistence in deep and wide hashes. SYNOPSIS use DWH_File qw/ GDBM_File /; # the use argument set the DBM module used tie( %h, DWH_File, myFile, O_RDWR|O_CREAT, 0644 ); untie( %h ); # essential! Note: the files produced by DWH_File 0.22 are in...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (92): DWH_File Download

Added: January 14, 2010 | Visits: 967

Lucy Lucy is for power users already familiar with usenet. It wont hold your hand or nag you about proper etiquette. In fact, you are free to edit all the headers of your posts, if you want. (You can even violate the RFC protocols for usenet, and Lucy wont complain unless you ask it to) This may seem...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (110): Lucy Download

Added: October 20, 2010 | Visits: 850

Mailbox Strainer Mailbox Strainer is a Superkaramba widget that examines an arbitrary number of IMAP mailboxes, POP3 mailboxes and local mail folders for new messages. For the latest new messages, the content of a specified header is displayed on the screen. When new messages arrive, Mailbox Strainer emits a...


Platforms: *nix

License: Freeware Size: 440.32 KB Download (91): Mailbox Strainer Download

Added: September 07, 2010 | Visits: 1.016

Acmemail Acmemail is a multiuser IMAP/POP3 to Web gateway (or webmail program). It reads mail from a mail server and displays it using HTML on a web server. It is written in Perl, has full support for MIME (and mod_perl) and is quite pretty. This program has support for MIME, is written in Perl and is...


Platforms: *nix

License: Freeware Size: 96.26 KB Download (95): Acmemail Download

Released: July 18, 2012  |  Added: July 18, 2012 | Visits: 250

sdist Sdist creates a skeletal set of distribution files for standalone Perl scripts, so that they can be installed with 'perl Makefile.PL; make; make test; make install' in the same way as Perl modules.


Platforms: Windows, Mac, Linux

License: Freeware Size: 43.63 KB Download (48): sdist Download

Added: June 26, 2013 | Visits: 523

Sagator for Email System Utilities Sagator is an email antivirus/antispam gateway.It is an interface to the postfix, sendmail, or any other smtpd, which runs antivirus and/or spamchecker. It's modular architecture can use any combination of antivirus/spamchecker according to configuration.Features:- simple chroot support- modular...


Platforms: C and C plus plus

License: Freeware Size: 163.84 KB Download (54): Sagator for Email System Utilities Download

< 1 2 3 4 5 >