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

Perl Code Compare Directory software
Filter: All | Freeware | Demo
 

Perl Code Compare Directory

< 1 2 3 4 5 
Added: January 17, 2010 | Visits: 786

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

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

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

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: October 13, 2010 | Visits: 810

Apache2::AuthColloquy Apache2::AuthColloquy is a mod_perl authentication against the Colloquy users.lua file. SYNOPSIS AuthName "Talker Members Area" AuthType Basic # Full path to your users.lua file or users/ directory PerlSetVar users_lua /home/system/colloquy/data # Set if you want to allow an alternate...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Apache2::AuthColloquy Download

Added: September 14, 2010 | Visits: 997

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

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 (94): Pod::POM::View::HTML::Filter Download

Added: August 10, 2010 | Visits: 1.536

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: August 20, 2010 | Visits: 1.129

XML::API::WIX2 XML::API::WIX2 is a WIX source file generation through an object API. SYNOPSIS As a simple example the following perl code: use XML::API; my $m_wxs = new XML::API(doctype => WIX2, encoding => UTF-8); $m_wxs->Product_open({ Id => 12345678-1234-1234-1234-123456789012, Name => Test...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): XML::API::WIX2 Download

Added: April 05, 2010 | Visits: 836

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

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: October 13, 2010 | Visits: 710

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 (89): ExtUtils::SVDmaker Download

Added: September 02, 2010 | Visits: 1.210

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

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

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

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 (129): Anti-censorship Tools (proxyTools) Download

Added: November 06, 2010 | Visits: 1.734

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

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

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 (54): ActiveState ActivePerl (Windows) Download

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

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