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

Perl Code Reference software
Filter: All | Freeware | Demo
 

Perl Code Reference

< 1 2 3 4 5 > 
Added: August 19, 2010 | Visits: 975

List::Part List::Part is a Perl module that allows you to partition one array into several. SYNOPSIS use List::Part; ($good, $bad)=part { !/substring/ } @array; #store arrayrefs into $good and $bad (*good, *bad)=part { !/substring/ } @array; #store into @good and @bad ABSTRACT List::Part... Platforms: *nix

License: Freeware Size: 4.1 KB Download (92): List::Part Download

Added: June 14, 2010 | Visits: 1.242

File::Listing File::Listing is a Perl module to parse directory listing. SYNOPSIS use File::Listing qw(parse_dir); for (parse_dir(`ls -l`)) { ($name, $type, $size, $mtime, $mode) = @$_; next if $type ne f; # plain file #... } # directory listing can also be read from a file open(LISTING, "zcat... Platforms: *nix

License: Freeware Size: 235.52 KB Download (102): File::Listing Download

Added: August 04, 2010 | Visits: 1.165

Hardware::Simulator Hardware::Simulator is a Perl extension for Perl Hardware Descriptor Language. SYNOPSIS use Hardware::Simulator; # NewSignal( perl_variable [, initial_value]); # create a signal called $in_clk, give it an initial value of 1 NewSignal(my $in_clk,1); # Repeater ( time_units , code_ref) #... Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): Hardware::Simulator Download

Added: October 03, 2010 | Visits: 1.004

Parse::Nibbler Parse::Nibbler is Perl module to parse huge files using grammars written in pure perl. Create a parser object using the ->new method. This method is provided by the Parse::Nibbler module and should not be overridden. The main functionality of the Parse::Nibbler module is the Register... Platforms: *nix

License: Freeware Size: 33.79 KB Download (91): Parse::Nibbler Download

Added: February 26, 2010 | Visits: 870

Emacs::Lisp Emacs::Lisp provides support for writing Emacs extensions in Perl. Emacs allows you to customize your environment using Lisp. With EPL, you can use Perl, too. This module allows Perl code to call functions and access variables of Lisp. You still need to learn some Lisp in order to understand... Platforms: *nix

License: Freeware Size: 99.33 KB Download (92): Emacs::Lisp Download

Added: April 17, 2010 | Visits: 1.004

C::DynaLib C::DynaLib is a Perl interface to C compiled code. SYNOPSIS use C::DynaLib; use sigtrap; # recommended $lib = new C::DynaLib( $linker_arg ); $func = $lib->DeclareSub( $symbol_name [, $return_type [, @arg_types] ] ); # or $func = $lib->DeclareSub( { "name" => $symbol_name, [param =>... Platforms: *nix

License: Freeware Size: 35.84 KB Download (98): C::DynaLib Download

Added: September 17, 2010 | Visits: 751

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 (100): B::CC Download

Added: February 02, 2010 | Visits: 877

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

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

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

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

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

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

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

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

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

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

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

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

Released: December 10, 2006  |  Added: December 10, 2006 | Visits: 3.309

WeBuilder 2006 Complete all-in-one web code editor for all your web document editing needs. Clean and convenient interface, quick startup, true flexibility and powerful features allow you to create and edit HTML, CSS, JavaScript, VBScript, PHP, ASP, SSI, Perl code faster and easier than ever, while integrated... Platforms: Windows

License: Shareware Cost: $39.85 USD Size: 4.38 MB Download (809): WeBuilder 2006 Download

< 1 2 3 4 5 >