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

Perl Code freeware
Filter: All | Freeware | Demo
 

Perl Code

< 1 2 3 4 5 > 
Added: February 04, 2010 | Visits: 1.228

Syntax::Highlight::Perl Syntax::Highlight::Perl is a Perl module that can highlight Perl Syntactical Structures. SYNOPSIS # simple procedural use Syntax::Highlight::Perl :BASIC; # or :FULL print format_string($my_string); # OO use Syntax::Highlight::Perl; my $formatter = new Syntax::Highlight::Perl; print...



Platforms: *nix

License: Freeware Size: 33.79 KB Download (115): Syntax::Highlight::Perl Download

Added: July 26, 2010 | Visits: 1.113

Test::Fixme Test::Fixme is a Perl module to check code for FIXMEs. SYNOPSIS # In a test script like t/test-fixme.t use Test::Fixme; run_tests(); # You can also tailor the behaviour. use Test::Fixme; run_tests( where => lib, # where to find files to check match => TODO, # what to check for...





Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Test::Fixme Download

Added: February 26, 2010 | Visits: 838

libintl-perl libintl-perl is a library that supports message translation for Perl, written in pure Perl (version 5.004 or better). A faster C version is also built and installed if the system fulfills all requirements. Its interface is very similar to the gettext family of functions in C, and it uses the...


Platforms: *nix

License: Freeware Size: 450.56 KB Download (95): libintl-perl Download

Added: May 24, 2010 | Visits: 905

Devel::Cover Devel::Cover package contains code coverage metrics for Perl. SYNOPSIS perl -MDevel::Cover yourprog args cover perl -MDevel::Cover=-db,cover_db,-coverage,statement,time yourprog args To test an uninstalled module: cover -delete HARNESS_PERL_SWITCHES=-MDevel::Cover make test cover To...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (96): Devel::Cover Download

Added: February 01, 2010 | Visits: 1.033

Text::Macro Text::Macro Perl module is a template facility whos focus is on generating code such as c, java or sql. While generating perl code is also possible, there is a potential conflict between the control-symbol and the perl comment symbol. Perl is excelent at manipulating text, and it begs the...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (94): Text::Macro Download

Added: September 01, 2010 | Visits: 903

MyPageKit::Common MyPageKit::Common is a Perl model class containing code common across site. This class contains methods that are common across the site, such as authentication and session key generation. This particular class is an example class that is used for the old pagekit.org website. It is derived from...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (100): MyPageKit::Common Download

Added: June 20, 2013 | Visits: 392

Inline::Perl Inline::Perl is a Perl module that allows you to add blocks of Perl code to your Perl scripts and modules. This allows you to run them in another interperter, and then examine the results. All user-defined procedures in the inlined Perl code will be available as normal subroutines; global...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): Inline::Perl Download

Added: October 24, 2010 | Visits: 900

XAO::Web XAO::Web is a Perl module for XAO Web Developer, dynamic content building suite. XAO::Web is a part of XAO open source web services suite. It allows to build dynamic web content using data, templates and external input. The distinguishing feature of XAO::Web is in its modular design where...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (91): XAO::Web Download

Added: March 23, 2010 | Visits: 1.217

AxKit2::Transformer::XSP AxKit2::Transformer::XSP Perl module contains eXtensible Server Pages. SYNOPSIS < xsp:page xmlns:xsp="http://apache.org/xsp/core/v1" > < xsp:structure > < xsp:import >Time::Piece< /xsp:import > < /xsp:structure > < page > < title >XSP Test< /title > < para > Hello World! < /para >...


Platforms: *nix

License: Freeware Size: 645.12 KB Download (97): AxKit2::Transformer::XSP Download

Added: April 17, 2010 | Visits: 996

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

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: January 14, 2010 | Visits: 1.327

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: April 04, 2010 | Visits: 925

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 (89): HTML::CGIChecker Download

Added: March 06, 2010 | Visits: 1.207

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

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 (133): Geo::Shapelib Download

Added: February 20, 2010 | Visits: 1.175

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

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

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 (90): Mozilla::ConsoleService Download

Added: September 19, 2010 | Visits: 968

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

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 >