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

Perl Code Editor freeware
Filter: All | Freeware | Demo
 

Perl Code Editor

< 1 2 3 4 5 > 
Added: November 14, 2010 | Visits: 901

VCS VCS project is a Perl library for generic Version Control System access in Perl. SYNOPSIS use VCS; $file = VCS::File->new($ARGV[0]); print $file->url, ":n"; for $version ($file->versions) { print $version->version, was checked in by , $version->author, "n"; } VCS is an API for...



Platforms: *nix

License: Freeware Size: 21.5 KB Download (105): VCS Download

Added: April 05, 2010 | Visits: 836

mod_speedycgi mod_speedycgi speeds up perl scripts by running them persistently. SpeedyCGI is a way to run perl scripts persistently, which can make them run much more quickly. A script can be made to to run persistently by changing the interpreter line at the top of the script from: #!/usr/bin/perl to...





Platforms: *nix

License: Freeware Size: 153.6 KB Download (105): mod_speedycgi Download

Added: June 19, 2010 | Visits: 1.071

Tclperl Tclperl project allows the execution of Perl code from within a TCL interpreter using one or several embedded Perl interpreters. This package allows the execution of Perl code from a Tcl interpreter, as in: package require tclperl set interpreter [perl::interp new] $interpreter eval {print...


Platforms: *nix

License: Freeware Download (104): Tclperl Download

Added: April 13, 2010 | Visits: 1.048

Devel::Profile Devel::Profile is a Perl module to tell me why my perl program runs so slowly. SYNOPSIS perl -d:Profile program.pl less prof.out The Devel::Profile package is a Perl code profiler. This will collect information on the execution time of a Perl script and of the subs in that script. This...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (104): Devel::Profile Download

Added: September 24, 2010 | Visits: 929

PDL::Fit::Levmar PDL::Fit::Levmar is a Perl module with Levenberg-Marquardt fit/optimization routines. Levenberg-Marquardt routines for least-squares fit to functions non-linear in fit parameters. This module provides a PDL ( PDL::PDL ) interface to the non-linear fitting library levmar (written in C). Levmar...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (104): PDL::Fit::Levmar Download

Added: February 27, 2010 | Visits: 984

B::Fathom B::Fathom a Perl module to evaluate the readability of Perl code. SYNOPSIS perl -MO=Fathom < script > or perl -MO=Fathom,-v < script > where