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

Perl Code Examples software
Filter: All | Freeware | Demo
 

Perl Code Examples

< 1 2 3 4 5 > 
Added: October 20, 2013 | Visits: 256

Catalyst::View::ByCode Catalyst::View::ByCode is a Perl module that tries to offer an efficient, fast and robust solution for generating HTML and XHTML markup using standard perl code encapsulating all nesting into code blocks. Instead of typing opening and closing HTML-Tags we simply call a sub named like the tag we... Platforms: *nix

License: Freeware Size: 40.96 KB Download (37): Catalyst::View::ByCode Download

Added: November 27, 2013 | Visits: 445

Apache::XPP Apache::XPP is an HTML parser class which on run time compiles and runs embedded Perl code. SYNOPSIS use Apache::XPP; my $xpp = Apache::XPP->new( Apache->request ); $xpml->run; Platforms: *nix

License: Freeware Size: 30.72 KB Download (45): Apache::XPP Download

Added: September 06, 2013 | Visits: 455

Text::Perlate This module provides a simple translation system for writing files that are mostly text, TeX, HTML, XML, an email message, etc with some Perl code interspersed. The input files use [[ and ]] to mark the beginning and end of Perl code. Text outside of these tags is returned without modification... Platforms: *nix

License: Freeware Size: 10.24 KB Download (42): Text::Perlate Download

Released: August 24, 2012  |  Added: August 24, 2012 | Visits: 576

Code Line Counter Pro - Perl Version Code Line Counter Pro - Perl Version may be helpful for SQA, Perl programmers, project managers and other customers who need an overview of a project source code. This easy-to-use application will help you get detailed reports on the source code.With the help of Code Line Counter Pro you can... Platforms: Windows, Other

License: Shareware Cost: $49.95 USD Size: 2.87 MB Download (51): Code Line Counter Pro - Perl Version Download

Released: November 11, 2009  |  Added: November 20, 2009 | Visits: 2.868

Perl Studio 2009 Perl Studio 2009 is an integrated development environment for Perl, providing comprehensive and easy-to-use solution for editing, debugging and deploying Perl based applications. This advanced Perl editor enables developers to code faster and more efficiently with many convenient features such... Platforms: Windows

License: Shareware Cost: $39.00 USD Size: 1.89 MB Download (113): Perl Studio 2009 Download

Added: November 06, 2010 | Visits: 1.314

Java::Import::Examples Java::Import::Examples is an example of how to use Java::Import to call into Java classes. Making RMI calls from Perl One nice thing about Java is the extremely straight forward manner in which it allows you to make calls to remote objects residing on distant servers. Many people use this... Platforms: *nix

License: Freeware Size: 28.67 KB Download (106): Java::Import::Examples Download

Released: October 17, 2013  |  Added: November 10, 2013 | Visits: 1.601

Softwarekv Collection of examples and applications Softwarekv Collection of examples and applications for use with Visual C Sharp NET. Learn VC Sharp by examples. Use the source code to develop WinForms applications. Over 20 source code examples packaged into one collection. Platforms: Windows, Windows 7

License: Shareware Cost: $55.00 USD Size: 583.34 KB Download (54): Softwarekv Collection of examples and applications Download

Added: September 13, 2010 | Visits: 1.039

Perl::Metric::Basic Perl::Metric::Basic is a Perl module that can provide basic software metrics. SYNOPSIS # first construct a PPI::Document object to pass in my $document = PPI::Document->load("t/lib/Acme.pm"); # then retrieve metrics on the document my $m = Perl::Metric::Basic->new; my $metric =... Platforms: *nix

License: Freeware Size: 5.12 KB Download (90): Perl::Metric::Basic Download

Released: June 20, 2012  |  Added: June 20, 2012 | Visits: 776

Perl Studio Perl Studio is an integrated development environment for Perl, providing comprehensive and easy-to-use solution for editing, debugging and deploying Perl based applications. This advanced Perl editor enables developers to code faster and more efficiently with many convenient features such as:... Platforms: Windows

License: Shareware Cost: $39.00 USD Size: 1.97 MB Download (55): Perl Studio Download

Released: September 10, 2012  |  Added: September 10, 2012 | Visits: 1.319

Code to Flow chart generator Code to Flow chart generator is an automatic flowchart generator software , It can reverse engineering a program , create programming flowchart from code, It can generate Bmp,PNG ,Visio,Word,Excel and Powerpoint flowcharts document . supports C, C++, VC++, VB, VBA, Qbasic, VBScript, ASP, Visual... Platforms: Windows

License: Commercial Cost: $99.95 USD Size: 1.18 MB Download (63): Code to Flow chart generator Download

Added: March 23, 2010 | Visits: 1.224

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 (103): AxKit2::Transformer::XSP Download

Added: February 04, 2010 | Visits: 1.237

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

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: October 11, 2010 | Visits: 1.620

XML::Smart::Tutorial XML::Smart::Tutorial is a Perl module with tutorials and examples for XML::Smart. SYNOPSIS This document is a tutorial for XML::Smart and shows some examples of usual things.. Platforms: *nix

License: Freeware Size: 50.18 KB Download (119): XML::Smart::Tutorial Download

Added: February 26, 2010 | Visits: 845

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

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

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

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

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 (36): Inline::Perl Download

Added: October 24, 2010 | Visits: 905

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

< 1 2 3 4 5 >