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

Sample Perl Code software
Filter: All | Freeware | Demo
 

Sample Perl Code

< 1 2 3 4 5 > 
Added: September 02, 2010 | Visits: 1.219

Agent Agent is the Transportable Agent Perl module. SYNOPSIS use Agent; my $a = new Agent( Name => path_to_agent.pa, %args ); $a->run(); Agent Perl is meant to be a multi-platform interface for writing and using transportable perl agents. A Perl Agent Is any chunk of Perl code that can... Platforms: *nix

License: Freeware Size: 20.48 KB Download (117): Agent Download

Added: January 25, 2010 | Visits: 831

Devel::Graph Devel::Graph module can turn Perl code into a graphical flowchart. SYNOPSIS use Devel::Graph; my $grapher = Devel::Graph->new(); my $graph = $grapher->decompose( if ($b == 1) { $a = 9; } ); print $graph->as_ascii(); # Will result in something like this: ################ # start #... Platforms: *nix

License: Freeware Size: 36.86 KB Download (116): Devel::Graph Download

Released: March 15, 2009  |  Added: May 30, 2009 | Visits: 1.888

MainMedia Image Converter ActiveX Component Image Converter ActiveX Component can convert, resize to different image formats. It include convert to bmp, jpg, tif, png, gif, pcx, jp2, ico, jpc, pgx, pnm, ras, tga, wbmp and also it support input PDF file. Convert to bmp, jpg, tif, png, gif, pcx, jp2, ico, jpc, pgx, pnm, ras, tga, wbmp... Platforms: Windows

License: Shareware Cost: $100.00 USD Size: 2.13 MB Download (116): MainMedia Image Converter ActiveX Component 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: January 14, 2010 | Visits: 1.339

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: September 03, 2010 | Visits: 1.245

Perl Doxygen Filter Doxygen Filter project is an input filter for Doxygen enabling support for Perl code documentation. Of course, Perl developers are used to use POD rather than some other code documentation tools. However, most developers actually are not restricted to using one single language. Instead of... Platforms: *nix

License: Freeware Size: 23.55 KB Download (114): Perl Doxygen Filter 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

Released: March 29, 2015  |  Added: May 22, 2015 | Visits: 1.208

VISCOM Screen Capture ActiveX SDK ItRecord screen activity, mouse movement to avi ( compressed or uncompressed), or wmv files. Capture full screen or portion of the screen. Capture screen from specific window handle. User define capturing frame rate. Enable or Disable capture mouse cursor. Support Custom WMV... Platforms: Windows, Windows 7

License: Shareware Cost: $100.00 USD Size: 4.92 MB Download (111): VISCOM Screen Capture ActiveX SDK Download

Added: July 01, 2010 | Visits: 992

XML::Filter::Sort XML::Filter::Sort is a SAX filter for sorting elements in XML. SYNOPSIS use XML::Filter::Sort; use XML::SAX::Machines qw( :all ); my $sorter = XML::Filter::Sort->new( Record => person, Keys => [ [ lastname, alpha, asc ], [ firstname, alpha, asc ], [ @age, num, desc] ], ); my... Platforms: *nix

License: Freeware Size: 25.6 KB Download (109): XML::Filter::Sort Download

Added: November 06, 2010 | Visits: 1.743

Crypt::OpenSSL::SMIME Crypt::OpenSSL::SMIME is a Perl module for signing and encrypting messages with S/MIME standard using OpenSSL libraries. SYNOPSIS use Crypt::OpenSSL::SMIME; $smime = new Crypt::OpenSSL::SMIME({ signer_from => sender@test.com, signer_cert => sender.crt, signer_key => sender.key,... Platforms: *nix

License: Freeware Size: 25.6 KB Download (107): Crypt::OpenSSL::SMIME Download

Added: July 09, 2010 | Visits: 995

Apache2::Ajax Apache2::Ajax is a mod_perl interface to CGI::Ajax. SYNOPSIS ###################################################### # in httpd.conf PerlLoadModule Apache2::MyAjaxApp < Location /ajax > SetHandler perl-script PerlResponseHandler Apache2::MyAjaxApp PJX_fn js_function_name... Platforms: *nix

License: Freeware Size: 10.24 KB Download (107): Apache2::Ajax Download

Added: March 20, 2010 | Visits: 1.078

Crypt::SSLeay Crypt::SSLeay is a Perl module for OpenSSL glue that provides LWP https support. SYNOPSIS lwp-request https://www.nodeworks.com use LWP::UserAgent; my $ua = new LWP::UserAgent; my $req = new HTTP::Request(GET, https://www.nodeworks.com); my $res = $ua->request($req); print... Platforms: *nix

License: Freeware Download (106): Crypt::SSLeay 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

Added: November 14, 2010 | Visits: 906

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

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

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

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

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: August 09, 2008 | Visits: 886

XLnow OnScript XLnow OnScript is an integrated tool for writing, maintaining and running scripts on Microsoft Windows desktop and server systems. With OnScript you can: Create VBScript and JScript files, Windows Script Files and Script Components from template files with a predefined structure. Use Wizards to... Platforms: Windows

License: Shareware Cost: $75.00 USD Size: 5.44 MB Download (104): XLnow OnScript Download

Added: February 27, 2010 | Visits: 994

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