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

Perl Programming Tutorial freeware
Filter: All | Freeware | Demo
 

Perl Programming Tutorial

1 2 3 4 5 > 
Added: September 05, 2010 | Visits: 1.295

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

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: June 11, 2010 | Visits: 1.547

Intro to Bash Programming HOWTO Intro to Bash Programming HOWTO is a bash programming tutorial. The Intro to Bash Programming HOWTO is meant for newbies who wish to learn how to write shell scripts for bash, the GNU Boure-Again shell. It contains several samples. It is very early in its development, but it is hoped that... Platforms: *nix

License: Freeware Download (188): Intro to Bash Programming HOWTO Download

Added: September 24, 2013 | Visits: 629

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 11, 2008 | Visits: 1.778

Test Your C Test Your C is a C Programming tutorial / quiz program with 150 questions in 10 categories, each question's answer is explained. Test Your C uses a lot of terminology found in the ANSI C standard. Quiz categories are: Declarations; Lexical Elements; Types; Expressions; Statements; Functions;... Platforms: Windows

License: Freeware Size: 58.2 KB Download (570): Test Your C Download

Added: August 15, 2008 | Visits: 1.527

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: September 26, 2010 | Visits: 1.183

yagg::Tutorial yagg::Tutorial is a Perl module that contains a tutorial for yagg. SYNOPSIS # To use the generator ./yagg -m nonterminals.yg terminals.lg ./output/progs/generate 5 This tutorial will show you how to use yagg, by way of two examples. In the first example, we create a simple logical... Platforms: *nix

License: Freeware Size: 215.04 KB Download (101): yagg::Tutorial Download

Added: November 18, 2006 | Visits: 3.911

EngInSite Perl Editor Lite If you've used Windows programming tools like Visual Basic, Visual C++ or Delphi, EngInSite Perl Editor's IDE will be familiar to you. If not, you'll find that the visual environment can give you a dramatic productivity boost! You will value syntax highlighting for PERL, HTML and other... Platforms: Windows

License: Freeware Size: 3.14 MB Download (384): EngInSite Perl Editor Lite Download

Added: November 15, 2010 | Visits: 1.115

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

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

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

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

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

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

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

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

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

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

Added: May 10, 2013 | Visits: 524

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

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

1 2 3 4 5 >