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

Effective Perl Programming software
Filter: All | Freeware | Demo
 

Effective Perl Programming

1 2 3 4 5 > 
Released: December 08, 2012  |  Added: December 08, 2012 | Visits: 376

Perl Programming for Beginners Learn Perl quickly with this concise app that teaches you all the essentials about Perl programming. With Perl, you will have the fundamentals to build programs for extraction and reporting. Written for people who are beginners.



Platforms: Mac

License: Shareware Cost: $0.99 USD Size: 8.9 MB Download (53): Perl Programming for Beginners Download

Added: September 05, 2010 | Visits: 1.290

mod_perl mod_perl project brings together the full power of the Perl programming language and the Apache HTTP server. You can use Perl to manage Apache, respond to requests for web pages and much more. mod_perl gives you a persistent Perl interpreter embedded in your web server. This lets you avoid the...





Platforms: *nix

License: Freeware Size: 3.5 MB Download (97): mod_perl Download

Added: January 18, 2010 | Visits: 1.503

Perl OS Perl OS is a program written in the Perl programming language combined with the Perl module Tk. Perl OS was created to make an easy interface to run Perl/Tk programs. It was also created to be an easy working environment complete with a text editor, paint program, and more. The program comes...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (101): Perl OS Download

Added: September 24, 2013 | Visits: 627

Acme::BOPE Created at the base of the hill of Babylon, New York, in full evening of funk, this module allows you to make inroads Perl programming using just jargon and language taken from the famous movie "Elite Squad" director Jose Padilha


Platforms: *nix

License: Freeware Size: 10.24 KB Download (41): Acme::BOPE Download

Added: August 15, 2008 | Visits: 1.521

WebAPP 1.0 SE WebAPP is a popular, open source Content Management System (cms) written in the Perl programming language. The name WebAPP is an abbreviation of Web Automated Perl Portal. Available under the GNU General Public License, WebAPP is free software. Features Enhanced crypt, Articles, Forums and nested...


Platforms: Windows, *nix

License: Freeware Size: 2 KB Download (449): WebAPP 1.0 SE 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: February 26, 2010 | Visits: 1.592

Davids Perl Games Davids Perl Games project is a collection of ASCII graphics arcade style games written in Perl. These games are recreations of simple ASCII graphics games originally written in BASIC. They are ideal for use as Perl programming tutorials. Some of the first few games are PerlBlaster (defend...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (106): Davids Perl Games Download

Added: November 24, 2010 | Visits: 1.496

Language::Logo Language::Logo Perl module is an implementation of the Logo programming language. SYNOPSIS use Language::Logo; my $lo = new Logo(update => 20); $lo->command("setxy 250 256"); $lo->command("color yellow"); $lo->command("pendown"); # Draw a circle for (my $i = 0; $i < 360; $i += 10) {...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (215): Language::Logo Download

Added: March 24, 2010 | Visits: 994

Myco::Devel Myco::Devel is a Perl module for myco Developers Guide. This guide is intended for developers wanting to build applications with myco. You should have a decent grasp of the Perl programming language, or else a solid grasp of another programming language (C, PHP, etc.). Familiarity with Object...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (89): Myco::Devel Download

Added: March 21, 2010 | Visits: 958

Class::ObjectTemplate Class::ObjectTemplate is a Perl extension for an optimized template builder base class. SYNOPSIS package Foo; use Class::ObjectTemplate; require Exporter; @ISA = qw(Class::ObjectTemplate Exporter); attributes(one, two, three); # initialize will be called by new() sub initialize { my...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (89): Class::ObjectTemplate Download

Added: February 01, 2010 | Visits: 955

DBD::mysql DBD::mysql is a Perl module with MySQL driver for the Perl5 Database Interface (DBI). SYNOPSIS use DBI; $dsn = "DBI:mysql:database=$database;host=$hostname;port=$port"; $dbh = DBI->connect($dsn, $user, $password); $drh = DBI->install_driver("mysql"); @databases =...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (99): DBD::mysql Download

Added: August 13, 2010 | Visits: 853

DBD::mSQL DBD::mSQL / DBD::mysql is a Perl module with mSQL and mysql drivers for the Perl5 Database Interface (DBI). SYNOPSIS use DBI; $driver = "mSQL"; # or "mSQL1"; $dsn = "DBI:$driver:database=$database;host=$hostname"; $dbh = DBI->connect($dsn, undef, undef); or $driver = "mysql"; $dsn =...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (99): DBD::mSQL Download

Added: June 18, 2010 | Visits: 804

Gtk2::Ex::Utils Gtk2::Ex::Utils is a Perl module with extra Gtk2 Utilities for working with Gnome2/Gtk2 in Perl. SYNOPSIS use Gtk2::Ex::Utils qw( :main ); # do stuff ... # Update the UI and react to pending events process_pending_events(); # do more stuff ... # Exit the program with a value of 255...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): Gtk2::Ex::Utils Download

Released: January 22, 2007  |  Added: February 14, 2008 | Visits: 7.644

WebAPP WebAPP is a popular, open source Content Management System (cms) written in the Perl programming language. The name WebAPP is an abbreviation of Web Automated Perl Portal. Available under the GNU General Public License, WebAPP is free software. Features Enhanced crypt, Articles, Forums and...


Platforms: *nix, Windows, Mac

License: Freeware Size: 927.73 KB Download (440): WebAPP Download

Added: June 23, 2010 | Visits: 895

DBD::MaxDB DBD::MaxDB is a Perl module for MySQL MaxDB database driver for the DBI module version 7.6.0 BUILD 027-121-124-939. SYNOPSIS use DBI; $dbh = DBI->connect("dbi:MaxDB:$hostname/$dbname", "$user", "$password") or die "Cant connect $DBI::err $DBI::errstrn"; $sth = $dbh->prepare("SELECT Hello...


Platforms: *nix

License: Freeware Size: 87.04 KB Download (100): DBD::MaxDB Download

Released: May 04, 2001  |  Added: June 01, 2006 | Visits: 25.479

Source code to Flowchart Sourcecode to Flowchart is a Code Flowchart generator for code flowcharting and visualization.It can generate programming flow chart from code by reverse engineering source code,help programmers to document,visualize and understand code.Its Documentation Generator supports...


Platforms: Windows

License: Commercial Cost: $89.98 USD Size: 1.28 MB Download (2172): Source code to Flowchart Download

Released: January 05, 2005  |  Added: October 08, 2006 | Visits: 2.864

MeLite for SAS® Multi-Edit Lite for SAS answers the need for a modern editor that is dedicated to the needs and environment of todays SAS programmer. Multi-Edit Lite becomes a SAS IDE by encompassing a collection of edit macros, templates and other features dedicated to SAS. Customizable and extendable this...


Platforms: Windows

License: Demo Cost: $89.95 USD Size: 5.4 MB Download (123): MeLite for SAS® Download

Added: May 10, 2013 | Visits: 523

Sequel Explorer Sequel Explorer is a database management tool. But, it is also much more than just a Database Management Tool. It utilizes the platform-independence of the Perl programming language and the SQL database language to create a universal management platform. This application is very easy to install...


Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (60): Sequel Explorer Download

Added: November 04, 2013 | Visits: 419

WebService::Lingr WebService::Lingr is a low-level Lingr API implementation in the Perl programming language. By "low-level" it means that this module just gives you a straight mapping of Perl object methods to Lingr REST API, session management and data mapping via JSON. For higher level event driven...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (36): WebService::Lingr Download

Added: January 18, 2010 | Visits: 980

ADMLogger ADMLogger is a log analyzing engine based on fireparse. After I had written fireparse, I had found myself writing little scripts based on it. Like one that told me what my FTP server did that day. And then more things like - were unauthorized machines trying to get IP addresses from my DHCP...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): ADMLogger Download

1 2 3 4 5 >