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

Perl Code Reference freeware
Filter: All | Freeware | Demo
 

Perl Code Reference

< 1 2 3 4 5 > 
Added: September 17, 2010 | Visits: 750

B::CC B::CC is Perl compilers optimized C translation backend. SYNOPSIS perl -MO=CC[,OPTIONS] foo.pl This compiler backend takes Perl source and generates C source code corresponding to the flow of your program. In other words, this backend is somewhat a "real" compiler in the sense that many...



Platforms: *nix

License: Freeware Size: 12.2 MB Download (99): B::CC Download

Added: February 02, 2010 | Visits: 876

Object::Realize::Later Object::Realize::Later is a Perl module with delayed creation of objects. SYNOPSIS package MyLazyObject; use Object::Realize::Later becomes => MyRealObject, realize => load; The Object::Realize::Later class helps with implementing transparent on demand realization of object data. This...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Object::Realize::Later Download

Added: January 17, 2010 | Visits: 790

Glib Glib are Perl wrappers for the GLib utility and Object libraries. SYNOPSIS use Glib; ABSTRACT This module provides perl access to GLib and GLibs GObject libraries. GLib is a portability and utility library; GObject provides a generic type system with inheritance and a powerful signal...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (88): Glib Download

Added: January 14, 2010 | Visits: 1.335

NFS Backup System NFS Backup System is a Perl script that backup system for NFS. The basic function nfsbu is an automated perl-script backup system between an NFS server and an NFS client. Either by crontab or manual execution, directories listed in the configuration file can be backed up to a directory mounted...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (115): NFS Backup System Download

Added: October 06, 2010 | Visits: 713

Devel::TrackObjects Devel::TrackObjects is a Perl module to track use of objects. SYNOPSIS cmdline perl -MDevel::TrackObjects=/^IO::/ server.pl inside use Devel::TrackObjects qr/^IO::/; use Devel::TrackObjects -verbose; use IO::Socket; ... my $sock = IO::Socket::INET->new... ......


Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Devel::TrackObjects Download

Added: March 26, 2010 | Visits: 699

perltoot perltoot is Toms object-oriented tutorial for perl. Object-oriented programming is a big seller these days. Some managers would rather have objects than sliced bread. Why is that? Whats so special about an object? Just what is an object anyway? An object is nothing but a way of tucking away...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (94): perltoot Download

Added: April 04, 2010 | Visits: 928

HTML::CGIChecker HTML::CGIChecker is a Perl module to detect dangerous HTML code. SYNOPSIS use HTML::CGIChecker; $feedback = < TABLE CELLPADDING="2" >< TR >< TD >One column< /TD >< /TR >< /TABLE >< BR > " Arrays & variables " Dough > Hi, how are you ? And now some Perl code: < PRE > print "< HTML ><...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (95): HTML::CGIChecker Download

Released: October 06, 2012  |  Added: October 06, 2012 | Visits: 779

ActiveState ActivePerl (Linux 64) ActivePerl from ActiveState is the industry-standard, commercial-grade Perl distribution, available for Windows, Linux and Mac OS X (Solaris, AIX and HP-UX available in Business or Enterprise Edition). Developers worldwide rely on ActivePerls's completeness and ease-of-use, while corporate users...


Platforms: Linux

License: Freeware Size: 33.03 MB Download (53): ActiveState ActivePerl (Linux 64) Download

Released: October 27, 2012  |  Added: October 27, 2012 | Visits: 835

ActiveState ActivePerl (Windows) ActivePerl from ActiveState is the industry-standard, commercial-grade Perl distribution, available for Windows, Linux and Mac OS X (Solaris, AIX and HP-UX available in Business or Enterprise Edition). Developers worldwide rely on ActivePerls's completeness and ease-of-use, while corporate users...


Platforms: Windows

License: Freeware Size: 24.44 MB Download (58): ActiveState ActivePerl (Windows) Download

Released: September 11, 2012  |  Added: September 11, 2012 | Visits: 701

ActiveState ActivePerl (Windows 64) ActivePerl from ActiveState is the industry-standard, commercial-grade Perl distribution, available for Windows, Linux and Mac OS X (Solaris, AIX and HP-UX available in Business or Enterprise Edition). Developers worldwide rely on ActivePerls's completeness and ease-of-use, while corporate users...


Platforms: Windows

License: Freeware Size: 26.06 MB Download (50): ActiveState ActivePerl (Windows 64) Download

Released: August 19, 2012  |  Added: August 19, 2012 | Visits: 630

ActiveState ActivePerl (Mac) ActivePerl from ActiveState is the industry-standard, commercial-grade Perl distribution, available for Windows, Linux and Mac OS X (Solaris, AIX and HP-UX available in Business or Enterprise Edition). Developers worldwide rely on ActivePerls's completeness and ease-of-use, while corporate users...


Platforms: Mac

License: Freeware Size: 48.31 MB Download (44): ActiveState ActivePerl (Mac) Download

Released: August 15, 2012  |  Added: August 15, 2012 | Visits: 707

ActiveState ActivePerl (Linux) ActivePerl from ActiveState is the industry-standard, commercial-grade Perl distribution, available for Windows, Linux and Mac OS X (Solaris, AIX and HP-UX available in Business or Enterprise Edition). Developers worldwide rely on ActivePerls's completeness and ease-of-use, while corporate users...


Platforms: Linux

License: Freeware Size: 30.75 MB Download (47): ActiveState ActivePerl (Linux) Download

Added: August 11, 2013 | Visits: 379

Capture::Tiny Capture::Tiny provides a simple, portable way to capture anything sent to STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or from an external program. Optionally, output can be teed so that it is captured while being passed through to the original handles. Yes, it even...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (33): Capture::Tiny Download

Added: March 06, 2010 | Visits: 1.210

Business::Associates::Stylesheet Business::Associates::Stylesheet is a Perl information on the Associates XSLT stylesheets and how to modify the data processing. THE PROCESSING MODEL Before we get going on the details, let us first remind ourselves on what we might call the processing model of the Associates package. The...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (98): Business::Associates::Stylesheet Download

Added: June 09, 2010 | Visits: 1.188

Geo::Shapelib Geo::Shapelib is a Perl extension for reading and writing shapefiles as defined by ESRI. SYNOPSIS use Geo::Shapelib qw/:all/; or use Geo::Shapelib qw/:all/; my $shapefile = new Geo::Shapelib { Name => stations, Shapetype => POINT, FieldNames => [Name,Code,Founded]; FieldTypes =>...


Platforms: *nix

License: Freeware Size: 266.24 KB Download (134): Geo::Shapelib Download

Added: February 20, 2010 | Visits: 1.178

Apache::AxKit::Language::XSP Apache::AxKit::Language::XSP is a Perl module with eXtensible Server Pages. SYNOPSIS < xsp:page xmlns:xsp="http://apache.org/xsp/core/v1" > < xsp:structure > < xsp:import >Time::Object< /xsp:import > < /xsp:structure > < page > < title >XSP Test< /title > < para > Hello World! <...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (93): Apache::AxKit::Language::XSP Download

Added: November 12, 2010 | Visits: 1.118

StateML StateML is a State Machine Markup Language, with GraphViz and template-driven code generation. SYNOPSIS ## See the stml command for command line use (recommended) ## Heres what a .stml file might look like: < machine id="main" xmlns="http://slaysys.com/StateML/1.0"...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (99): StateML Download

Added: November 15, 2010 | Visits: 840

Mozilla::ConsoleService Mozilla::ConsoleService is a Perl interface to Mozilla nsIConsoleService. SYNOPSIS use Mozilla::ConsoleService; Mozilla::PromptService::Register(sub { print $_[0]; }); Mozilla::ConsoleService uses Mozilla nsIConsoleService to pass log messages to perl code, similar to JavaScript Console...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (91): Mozilla::ConsoleService Download

Added: September 19, 2010 | Visits: 972

SVG::SVG2zinc SVG::SVG2zinc is a Perl module to display or convert svg files in scripts, classes, images... SYNOPSIS use SVG::SVG2zinc; &SVG::SVG2zinc::parsefile(file.svg, Backend,file.svg, -out => outfile, -verbose => $verbose, -namespace => 0|1, -prefix => string, ); # to generate a Perl script:...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (92): SVG::SVG2zinc Download

Added: March 21, 2010 | Visits: 1.097

Path::Graph Path::Graph is a Perl module created to generate paths from hash graph. SYNOPSIS Code 1 #!usr/bin/perl my %graph = ( A => {B=>1,C=>4}, B => {A=>1,C=>2}, C => {A=>4,B=>2} ); use Paths::Graph; my $g = Paths::Graph->new(-origin=>"A",-destiny=>"C",-graph=>%graph); my @paths =...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (120): Path::Graph Download

< 1 2 3 4 5 >