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

Perl Programmers software
Filter: All | Freeware | Demo
 

Perl Programmers

1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.438

Perl Dev Kit Perl Dev Kit or PDK in short, provides essential tools for Perl programmers, making it easy to create, build, and deploy applications. Turn your Perl programs into ready-to-run executables for AIX, HP-UX, Linux, Solaris, and Windows. Painlessly debug Perl scripts. Generate code for...



Platforms: *nix

License: Shareware Cost: $49.00 USD Download (107): Perl Dev Kit Download

Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 541

ActiveState Perl Dev Kit (Mac) The Perl Dev Kit (PDK) from ActiveState provides essential tools for Perl programmers, making it simple to build and deploy applications. PDK features application builders for Windows, Mac OS X, Linux, Solaris and AIX; plus a suite of tools to speed development time and improve code quality. PDK...





Platforms: Mac

License: Shareware Cost: $295.00 USD Size: 24.79 MB Download (53): ActiveState Perl Dev Kit (Mac) Download

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

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: August 04, 2012  |  Added: August 04, 2012 | Visits: 457

ActiveState Perl Dev Kit (Linux 64) The Perl Dev Kit (PDK) from ActiveState provides essential tools for Perl programmers, making it simple to build and deploy applications. PDK features application builders for Windows, Mac OS X, Linux, Solaris and AIX; plus a suite of tools to speed development time and improve code quality. PDK...


Platforms: Linux

License: Shareware Cost: $295.00 USD Size: 18.57 MB Download (54): ActiveState Perl Dev Kit (Linux 64) Download

Released: August 17, 2012  |  Added: August 17, 2012 | Visits: 514

ActiveState Perl Dev Kit (Windows) The Perl Dev Kit (PDK) from ActiveState provides essential tools for Perl programmers, making it simple to build and deploy applications. PDK features application builders for Windows, Mac OS X, Linux, Solaris and AIX; plus a suite of tools to speed development time and improve code quality. PDK...


Platforms: Windows

License: Shareware Cost: $295.00 USD Size: 15.7 MB Download (52): ActiveState Perl Dev Kit (Windows) Download

Released: August 19, 2012  |  Added: August 19, 2012 | Visits: 540

ActiveState Perl Dev Kit (Linux) The Perl Dev Kit (PDK) from ActiveState provides essential tools for Perl programmers, making it simple to build and deploy applications. PDK features application builders for Windows, Mac OS X, Linux, Solaris and AIX; plus a suite of tools to speed development time and improve code quality. PDK...


Platforms: Linux

License: Shareware Cost: $295.00 USD Size: 17.39 MB Download (52): ActiveState Perl Dev Kit (Linux) Download

Released: October 24, 2012  |  Added: October 24, 2012 | Visits: 547

ActiveState Perl Dev Kit (Windows 64) The Perl Dev Kit (PDK) from ActiveState provides essential tools for Perl programmers, making it simple to build and deploy applications. PDK features application builders for Windows, Mac OS X, Linux, Solaris and AIX; plus a suite of tools to speed development time and improve code quality. PDK...


Platforms: Windows

License: Shareware Cost: $295.00 USD Size: 16 MB Download (54): ActiveState Perl Dev Kit (Windows 64) Download

Added: November 15, 2010 | Visits: 1.111

Perl Perl is a stable, cross platform programming language. Perl project is used for mission critical projects in the public and private sectors and is widely used to program web applications of all needs.. The Perl Directory at perl.org. Links and other helpful resources for new and experienced Perl...


Platforms: *nix

License: Freeware Size: 11.9 MB Download (137): Perl Download

Added: November 26, 2013 | Visits: 426

CGI::Application::Plugin::Config::Perl CGI::Application::Plugin::Config::Perl adds easy access to a pure Perl config file to your CGI::Application projects. Lazy loading is used to prevent the config file from being parsed if no configuration variables are accessed during the request, so the config file is not parsed until it is...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): CGI::Application::Plugin::Config::Perl Download

Added: August 31, 2013 | Visits: 438

Apache Xerces Perl XML Parser XML::Xerces is the Perl API to the Apache project's Xerces XML parser. It is implemented using the Xerces C++ API, and it provides access to most of the C++ API from Perl.Because it is based on Xerces-C, XML::Xerces provides a validating XML parser that makes it easy to give your application the...


Platforms: CGI and Perl

License: Shareware Cost: $0.00 USD Size: 286.72 KB Download (45): Apache Xerces Perl XML Parser Download

Added: June 11, 2010 | Visits: 889

Closure::Loop Closure::Loop is a Perl module with redo, last, next for closure based loops. SYNOPSIS package MyIterator; use Closure::Loop; # mixin sub new { my $class = shift; return bless { }, $class; } sub forAll { my $self = shift; my $cb = pop || die "No callback"; for my $i (@_) { eval {...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Closure::Loop Download

Added: January 08, 2010 | Visits: 1.116

Module::Install::Philosophy Module::Install::Philosophy Perl module contains the concepts behind Module::Install. SYNOPSIS This document describes the personal philosophy behind the creation of CPAN::MakeMaker (the predecessor of Module::Install). The views expressed here belong to Brian Ingerson; if they are not of...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (100): Module::Install::Philosophy Download

Added: September 20, 2010 | Visits: 677

Net::TCPwrappers Net::TCPwrappers is a Perl interface to tcp_wrappers. SYNOPSIS use Net::TCPwrappers qw(RQ_DAEMON RQ_FILE request_init fromhost hosts_access); ... my $progname = yadd; while (accept(CLIENT, SERVER)) { my $req = request_init(RQ_DAEMON, $progname, RQ_FILE, fileno(CLIENT)); fromhost($req);...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (91): Net::TCPwrappers Download

Added: January 13, 2010 | Visits: 968

Digest::SHA::PurePerl Digest::SHA::PurePerl is a Perl implementation of SHA-1/224/256/384/512. SYNOPSIS In programs: # Functional interface use Digest::SHA::PurePerl qw(sha1 sha1_hex sha1_base64 ...); $digest = sha1($data); $digest = sha1_hex($data); $digest = sha1_base64($data); $digest = sha256($data);...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (93): Digest::SHA::PurePerl Download

Added: October 27, 2010 | Visits: 739

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: October 09, 2010 | Visits: 883

Java::JCR Java::JCR is a module to use JSR 170 (JCR) repositories from Perl. SYNOPSIS use Java::JCR; use Java::JCR::Jackrabbit; my $repository = Java::JCR::Jackrabbit->new; my $session = $repository->login( Java::JCR::SimpleCredentials->new(username, password) ); my $root =...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (88): Java::JCR Download

Added: January 14, 2010 | Visits: 972

Lucy Lucy is for power users already familiar with usenet. It wont hold your hand or nag you about proper etiquette. In fact, you are free to edit all the headers of your posts, if you want. (You can even violate the RFC protocols for usenet, and Lucy wont complain unless you ask it to) This may seem...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (110): Lucy Download

Added: June 20, 2013 | Visits: 189

Perlicious Perlicious is a simple, free application for Mac OS X that allows Perl programmers to compile and view the results of their applications without having to type in Terminal. With this application, you select a .pl file and then click Compile- and Perlicious does the rest. The results of running...


Platforms: Mac

License: Freeware Size: 440.32 KB Download (41): Perlicious Download

Added: November 16, 2013 | Visits: 270

Krang for Linux Krang is an open-source content-management system designed to publish magazine websites. It is a Perl application which uses Apache/mod_perl and MySQL, as well as numerous CPAN modules. Krang is a large application with many features, making a compact feature list difficult to come by. Krang...


Platforms: *nix

License: Freeware Size: 14.52 MB Download (32): Krang for Linux Download

Added: October 26, 2010 | Visits: 965

Test::Extreme Test::Extreme is a perlish unit testing framework. SYNOPSIS # In ModuleOne.pm combine unit tests with code package ModuleOne; use Test::Extreme; sub foo { return 23 }; sub test_foo { assert_equals foo, 23 } # at the end of the module run_tests ModuleOne if $0 =~ /ModuleOne.pm$/; #...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Test::Extreme Download

1 2 3 4 5 >