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

Captain Nemo Subs freeware
Filter: All | Freeware | Demo
 

Captain Nemo Subs

< 1 2 3 4 5 > 
Added: April 22, 2010 | Visits: 1.103

Fry::Shell Fry::Shell is a flexible shell framework which encourages using loadable libraries of functions. SYNOPSIS From the commandline: perl -MFry::Shell -eshell OR In a script: package MyShell; use Fry::Shell; #subs sub evalIt { my $cls = shift; my $code = ($cls->Flag(strict)) ? use...



Platforms: *nix

License: Freeware Size: 58.37 KB Download (91): Fry::Shell Download

Added: April 13, 2010 | Visits: 1.053

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: January 13, 2010 | Visits: 662

Devel::PerlySense Devel::PerlySense package contains IntelliSense for Perl. PerlySense is an IntelliSense style utility for editors. Conveniently navigate and browse the code and documentation of your project and Perl installation. SYNOPSIS From Emacs C-p C-d -- Smart docs -- Show docs...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (87): Devel::PerlySense Download

Added: July 10, 2010 | Visits: 1.067

Module::Starter::XSimple Module::Starter::XSimple is a Perl module to create XS modules with Module::Starter. Replacement class for Module::Starter::Simple. Can be used in two ways: Using the commandline Pass as an override class to the module-starter script: module-starter --module=[modulename]...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): Module::Starter::XSimple Download

Added: January 07, 2010 | Visits: 534

AxKit2::XSP::SimpleTaglib AxKit2::XSP::SimpleTaglib is an alternate XSP taglib helper. SYNOPSIS package Your::XSP::Package; use AxKit2::XSP::SimpleTaglib; ... more initialization stuff, start_document handler, utility functions, whatever you like, but no parse_start/end handler needed - if in doubt, just leave...


Platforms: *nix

License: Freeware Size: 645.12 KB Download (87): AxKit2::XSP::SimpleTaglib Download

Added: August 11, 2010 | Visits: 2.937

Wiki::Toolkit::Formatter::Default Wiki::Toolkit::Formatter::Default is a formatter for Wiki::Toolkit. SYNOPSIS my $store = Wiki::Toolkit::Store::SQLite->new( ... ); # See below for parameter details. my $formatter = Wiki::Toolkit::Formatter::Default->new( %config ); my $wiki = Wiki::Toolkit->new( store => $store,...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (244): Wiki::Toolkit::Formatter::Default Download

Added: February 27, 2010 | Visits: 987

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