Software PERL
PR: 0
| PERL -- Practical Extraction and Report Language - http://www-cgi.cs.cmu.edu/cgi-bin/perl-man A good place to start for beginner's in PERL. Includes a tutorial and search engine. |
PR: 0
| Perl Tutorial - http://www.comp.leeds.ac.uk/Perl/start.html A nice comprehensive tutorial covering filehandling, control structures, arrays and much more. |
PR: 0
| Perl Intro Tutorial - http://archive.ncsa.uiuc.edu/General/Training/PerlIntro/ Perl tutorial which works better with some basic programming experience. |
PR: 0
| The Perl Programming Language - http://www.civeng.carleton.ca/Courses/Grad/1994-95/82.562/perl/index.html A "getting started" tutorial on perl. Great tutorial with self test quizzes along the way! |
PR: 0
| Introduction to Perl - http://www.cclabs.missouri.edu/things/instruction/perl/perlcourse.html 16 part Perl tutorial from the University of Missouri. Takes you from matching and parsing through common goofs when developing with Perl. |
PR: 0
| Free-ed Perl Tutorial - http://www.waybuilder.net/free-ed/InfoTech/WebProgramming/perl01.asp Large multiple page tutorial with many smaller code samples and explainations. Perl variables, operators, objects, and form processing are taught. |
PR: 0
| The Perl You Need to Know - http://www.wdvl.com/Authoring/Languages/Perl/PerlfortheWeb/toc.html Probably the largest Perl tutorial found to date. 25 sections covering everything from maintaining state to benchmarking Perl. |
PR: 0
| Free Perl Tutorials - http://www.devshed.com/c/b/Perl/ Perl programming 101 from Devshed.com includes articles and tutorials. |
PR: 0
| Webknowhow Perl Tutorial - http://www.webknowhow.net/articles/perl_overview.html 5 part perl tutorial. Sections include flow control, variables and literals, file handles, regular expressions, and perl modules. |
PR: 0
| Beginner's Into to Perl - http://www.perl.com/pub/a/2000/10/begperl1.html 5 part series of articles including code snippets explaining the merits of Perl and how to find your way around the language. Highly recommended first read if you are interested in learning to program with Perl. |
PR: 0
| Introduction to Perl 5 for Web Developers - http://www.extropia.com/tutorials/perl5/toc.html Nice series of slides covering individual topics in Perl. Topics covered include references, variable localization, object-oriented programming, inheritance, polymorphism, encapsulation, modules, and using "qw". |
PR: 0
| Perlmonks Tutorials - http://www.perlmonks.org/index.pl?node=Tutorials Site has links to various Perl tutorials on Perlmonks.com. Areas touched are true/false in Perl, while loops, file I/O, operators, and of course regular expressions. |
PR: 0
| Beginner's Guide to CGI Perl - http://www.lies.com/begperl/ Interesting smaller Perl tutorial site. Aimed mostly at web or CGI development using Perl and developing "Hello World" type apps using Perl and CGI. |
PR: 0
| Learn Perl in Two Hours - http://www.cclabs.missouri.edu/things/instruction/perl/perlcourse.html Large single page free Perl tutorial with tons of good information and Perl code snippets. |
PR: 0
| Programming Perl - http://hotwired.lycos.com/webmonkey/programming/perl_cgi/ Collection of free Perl tutorials and articles like "Intro to Mod Perl", and "The Regular Expression Rundown. |