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

Sample Perl Code freeware
Filter: All | Freeware | Demo
 

Sample Perl Code

< 1 2 3 4 5 > 
Added: August 09, 2010 | Visits: 1.385

Maypole::Manual::View Maypole::Manual::View is a Perl module for Maypole View Classes. In a large application, you will almost certainly want to customize the layout and design of the output pages. This task may even be the purview of a separate team of HTML designers rather than the programmers. Since a typical... Platforms: *nix

License: Freeware Size: 143.36 KB Download (95): Maypole::Manual::View Download

Added: January 17, 2010 | Visits: 793

Glib Glib are Perl wrappers for the GLib utility and Object libraries. SYNOPSIS use Glib; ABSTRACT This module provides perl access to GLib and GLibs GObject libraries. GLib is a portability and utility library; GObject provides a generic type system with inheritance and a powerful signal... Platforms: *nix

License: Freeware Size: 245.76 KB Download (88): Glib Download

Added: June 26, 2010 | Visits: 1.193

SQL::Generator SQL::Generator is a Perl module to generate SQL-statements with oo-perl. SYNOPSIS use SQL::Generator; With this module you can easily (and very flexible) generate/construct sql-statements. As a rookie, you are used to write a lot of sprintf`s every time i needed a statement (i.e.for DBI).... Platforms: *nix

License: Freeware Size: 13.31 KB Download (124): SQL::Generator Download

Added: October 27, 2010 | Visits: 742

Gtk2::GladeXML Gtk2::GladeXML is a Perl module that create user interfaces directly from Glade XML files. SYNOPSIS # for a pure gtk+ glade project use Gtk2 -init; use Gtk2::GladeXML; $gladexml = Gtk2::GladeXML->new(example.glade); $gladexml->signal_autoconnect_from_package(main); $quitbtn =... Platforms: *nix

License: Freeware Size: 34.82 KB Download (94): Gtk2::GladeXML Download

Added: March 24, 2010 | Visits: 909

HTML::Adsense HTML::Adsense is a Perl module that can create adsense widgets easily. SYNOPSIS This module wraps Google Adsense ad creation in OO perl code. use HTML::Adsense; my $myad = HTML::Adsense->new( client => pub-4763368282156432, ); # OR $myad->client(pub-4763368282156432); print... Platforms: *nix

License: Freeware Size: 4.1 KB Download (91): HTML::Adsense Download

Added: September 14, 2010 | Visits: 1.005

Template::Alloy::Parse Template::Alloy::Parse is a Perl module with common parsing role for creating AST from templates. The Template::Alloy::Parse role is reponsible for storing the majority of directive parsing code, as well as for delegating to the TT, HTE, Tmpl, and Velocity roles for finding variables and... Platforms: *nix

License: Freeware Size: 143.36 KB Download (93): Template::Alloy::Parse Download

Added: February 13, 2010 | Visits: 1.219

Pod::POM::View::HTML::Filter Pod::POM::View::HTML::Filter Perl module can use filters on sections of your pod documents. SYNOPSIS In your POD: Some coloured Perl code: =begin filter perl # now in full colour! $A++; =end filter =for filter=perl $A++; # this works too This should read C : =begin filter foo... Platforms: *nix

License: Freeware Size: 24.58 KB Download (100): Pod::POM::View::HTML::Filter Download

Added: August 10, 2010 | Visits: 1.543

SAP::Rfc SAP::Rfc is a Perl module that contains RFC Function calls against an SAP R/3 System. SYNOPSIS # WARNING - as of SAP::Rfc 1.40 USER and PASSWD are case sensitive ready for # R3 7.x use SAP::Rfc; $rfc = new SAP::Rfc( ASHOST => myhost, USER => ME, PASSWD => secret, LANG => EN, CLIENT =>... Platforms: *nix

License: Freeware Size: 71.68 KB Download (133): SAP::Rfc Download

Added: April 05, 2010 | Visits: 842

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: August 03, 2010 | Visits: 972

CGI::SpeedyCGI SpeedyCGI is a Perl module to speed up perl scripts by running them persistently. SYNOPSIS #!/usr/bin/speedy ### Your Script Here. For example: print "Content-type: text/htmlnnHello World!n"; ## ## Optionally, use the CGI::SpeedyCGI module for various things ## # Create a SpeedyCGI... Platforms: *nix

License: Freeware Size: 153.6 KB Download (92): CGI::SpeedyCGI Download

Added: June 08, 2010 | Visits: 604

SelfLoader SelfLoader is a Perl module created to load functions only on demand. SYNOPSIS package FOOBAR; use SelfLoader; ... (initializing code) __DATA__ sub {.... This module tells its users that functions in the FOOBAR package are to be autoloaded from after the __DATA__ token. See also... Platforms: *nix

License: Freeware Size: 12.2 MB Download (90): SelfLoader Download

Added: October 13, 2010 | Visits: 719

ExtUtils::SVDmaker ExtUtils::SVDmaker is a Perl module to create CPAN distributions. SYNOPSIS use ExtUtils::SVDmaker; $svd = new ExtUtils::SVDmaker( @options ); $svd = new ExtUtils::SVDmaker( %options ); $svd->vmake( @targets, %options ); $svd->vmake( @targets ); $svd->vmake( %options ); The... Platforms: *nix

License: Freeware Size: 276.48 KB Download (90): ExtUtils::SVDmaker Download

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: April 25, 2010 | Visits: 911

List::MoreUtils List::MoreUtils is a Perl module that can provide the stuff missing in List::Util. SYNOPSIS use List::MoreUtils qw(any all none notall true false firstidx first_index lastidx last_index insert_after insert_after_string apply after after_incl before before_incl indexes firstval first_value... Platforms: *nix

License: Freeware Size: 22.53 KB Download (95): List::MoreUtils Download

Added: April 07, 2010 | Visits: 846

PerlActor PerlActor is a simple automated executable acceptance test framework for Perl. PerlActor is a simple automated executable acceptance test framework for Perl. It can be used by Extreme Programming (XP) teams to rapidly develop executable acceptance tests for their Perl code. XP mandates that... Platforms: *nix

License: Freeware Size: 13.31 KB Download (87): PerlActor Download

Added: January 10, 2010 | Visits: 1.447

Anti-censorship Tools (proxyTools) ProxyTools is a package of Perl network utilities designed mainly to assist those whose Internet access is censored, unreliable, or otherwise damaged. Uncensored access is provided to any outside service required (Usenet News, Web browsing, IRC, Socks etc.). Setup requires installation of Perl... Platforms: *nix

License: Freeware Size: 552.96 KB Download (135): Anti-censorship Tools (proxyTools) 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

Released: October 06, 2012  |  Added: October 06, 2012 | Visits: 781

ActiveState ActivePerl (Linux 64) ActivePerl from ActiveState is the industry-standard, commercial-grade Perl distribution, available for Windows, Linux and Mac OS X (Solaris, AIX and HP-UX available in Business or Enterprise Edition). Developers worldwide rely on ActivePerls's completeness and ease-of-use, while corporate users... Platforms: Linux

License: Freeware Size: 33.03 MB Download (53): ActiveState ActivePerl (Linux 64) Download

Released: October 27, 2012  |  Added: October 27, 2012 | Visits: 837

ActiveState ActivePerl (Windows) ActivePerl from ActiveState is the industry-standard, commercial-grade Perl distribution, available for Windows, Linux and Mac OS X (Solaris, AIX and HP-UX available in Business or Enterprise Edition). Developers worldwide rely on ActivePerls's completeness and ease-of-use, while corporate users... Platforms: Windows

License: Freeware Size: 24.44 MB Download (58): ActiveState ActivePerl (Windows) Download

Released: September 11, 2012  |  Added: September 11, 2012 | Visits: 704

ActiveState ActivePerl (Windows 64) ActivePerl from ActiveState is the industry-standard, commercial-grade Perl distribution, available for Windows, Linux and Mac OS X (Solaris, AIX and HP-UX available in Business or Enterprise Edition). Developers worldwide rely on ActivePerls's completeness and ease-of-use, while corporate users... Platforms: Windows

License: Freeware Size: 26.06 MB Download (50): ActiveState ActivePerl (Windows 64) Download

< 1 2 3 4 5 >