Allexperts CGI & Perl Q&A
Volunteer experts answer your Perl questions.
url: www.allexperts.com/getExpert.asp?Category=1045
Beginning Perl
An online version of the book by Simon Cozens that provides a complete introduction to Perl, aimed even for people without any programming knowledge.
url: learn.perl.org/library/beginning_perl/
Civil Engineering 82.562 -- The Perl Programming Language
A getting started tutorial on the Perl programming language. Covers data types, variables, strings, expressions, input and output, flow control and regular expressions.
url: www.civeng.carleton.ca/Courses/Grad/1994-95/82.562...
Creating Text Mode User Interfaces with PERL
Article discribe tiny set of functions to create text mode user interfaces in Perl without using external libraries.
url: www.zdo.com/articles/creating_text_mode_user_inter...
Dale Bewley's Perl Scripts and Links
A page that contains CGI scripts and other scripts, and a link collection to other Perl sites.
url: www.bewley.net/perl/
DevLearn: Perl Tutorial
Learn how to code in perl using this comprehensive tutorial.
url: www.devlearn.com/perl/
Dr. Dobb's - Perl
A column designed to help get the most out of Perl with topics including database connectivity, using the Perl debugger (or rolling your own), and tracking module use.
url: www.ddj.com/columns/perl/
Examples in Perl
That author found useful and learn from. Includes an introduction chapter and a Reference chapter with links to Perl resources.
url: www.motreja.com/ankur/examplesinperl/
Experts-Exchange: Perl
Quickly find Perl Programming help, information, and assistance from other expert members.
url: www.experts-exchange.com/Programming/Programming_L...
Far More Than Everything You've Ever Wanted to Know About
A set of documents that address perl-related certain topic areas in depth. They range from nothing but simple copies of somewhat lengthy news postings to real, full-blown, htmlified, complete tutorials. Also FAQ and manual.
url: www.perlhelp.de/perlf/
Find Tutorials
Database of Perl tutorials, text taken from books published by Wrox.
url: tutorials.findtutorials.com/index/category/80
FMTEYEWTK
Far More Than Everything You've Ever Wanted to Know About PERL.
url: www.perl.com/doc/FMTEYEWTK/index.html
FreeSkills - Perl Tutorials
Index of tutorials covering attributes, prototypes, regular expressions, subroutines and advanced topics.
url: tutorials.freeskills.com/index/category/80
FreeTechBooks: Perl
Annotated list of free online programming books. Topics range from beginner to advanced. Descriptions, publishing information, links.
url: www.tcfb.com/freetechbooks/bookperl.html
Getting Perl
Instructions on downloading a Perl interpreter for your computer platform.
url: www.perl.com/pub/a/language/info/software.html
Haifa University Perl Course
Site includes slides in English. Covers the basics, regular expressions, data structures, modules, closures and files and processes.
url: cs.haifa.ac.il/~shlomo/perl/
How Stuff Works: Perl
Marshall Brain shows in 6 pages how to read and write simple Perl scripts.
url: www.howstuffworks.com/perl.htm
How to Program Perl
Advice on materials for learning Perl, and on how to proceed in learning from them.
url: www.speech.cs.cmu.edu/~sburke/pub/perl.html
I'm Talkin' But Nobody's Listenin'
Transcriptions of two talks given by the author: one is an introduction to the perl debugger, and the other is a module tutorial.
url: www.rivendale.net/talks/
Introduction to Perl
A thorough yet quick tutorial that touches on the major uses of Perl.
url: www.cclabs.missouri.edu/things/instruction/perl/pe...
ITworld - Newsletter Archive
Articles about Perl from beginner level to all kinds of advanced topics.
url: www.itworld.com/nl/perl/
learn.perl.org
Books, mailinglists, and news for people learning or interested in learning Perl.
url: learn.perl.org/
Mother of Perl
Monthly series of hands-on Perl tutorials focusing on Perl for the Web.
url: www.webreference.com/perl/
Netfactory Perl Pond
Examples of Perl usage with graphics, databases, files.
url: netfactory.dk/technology/perl/
Nik Silver's Perl Tutorial
A tutorial from his one-day hands-on workshop. Covers the basics, subroutines, arrays, files and regular expressions.
url: www.scs.leeds.ac.uk/nik/
Obfuscation Hints
List of contrary axioms of obfuscated code, and general tips.
url: jynx.perlmonk.org/content/obfuhints.shtml
Object Oriented Perl
A series of extracts from the book by Dr. Damian Conway. [PDF]
url: www.csse.monash.edu.au/~damian/papers/PDF/cyberdig...
Official Perl FAQ
The official frequently asked questions about Perl, as taken from the perldoc manpages.
url: www.perldoc.com/perl5.6.1/pod/perlfaq.html
Patterns in Perl
Implementations of design patterns in Perl.
url: patternsinperl.com/
Perl 5 Tutorial
Features a coverage of Perl fundamentals targeted at beginners. Available in PDF format.
url: www.cbkihong.com/index.pl?op=perltut
Perl - Wikipedia
Provides language history, function information and code examples.
url: en.wikipedia.org/wiki/Perl_programming_language
Perl & Y2K
"Perl is every bit as Y2K compliant as is your pencil; no more, and no less".
url: www.perl.com/language/news/y2k.html
Perl Archive's Learning Center
Perl related articles and tutorials.
url: www.perlarchive.com/articles/perl/
Perl Beginners' Site
A beginners site for Perl with links, a mailing list and a Wiki.
url: perl-begin.berlios.de/
Perl Central
Perl Language reference site featuring beginner tutorials, free scripts and Perl debugging information
url: www.pccontrolanywhere.com/perlcentral/
Perl Course
Contains materials from a 14 week course in Perl suited for self-study.
url: www.upriss.org.uk/perl/PerlCourse.html
Perl Debugged
Official site for the how-to / reference guide on debugging Perl programs, by Peter Scott and Ed Wright.
url: www.perldebugged.com/
Perl Design Patterns Wiki
Free online book and forum.
url: perldesignpatterns.com/
Perl for Perl Newbies
A series of lectures with comprehensive slides. Covers the basics, data structures, I/O, regular expressions, modules and objects, and some advanced topics.
url: vipe.technion.ac.il/~shlomif/lecture/Perl/Newbies/
Perl in 20 pages
A guide to Perl 5 for C/C++, awk, and shell programmers.
url: quong.best.vwh.net/perlin20/
Perl Module Mechanics
How to build a perl module, how to document a perl module, how to document a perl program. Also PerlMonth articles, Perl modules. By Steven McDougall.
url: world.std.com/~swmcd/steven/perl/
Perl Modules by Eric Foster-Johnson
An explanation on how to create modules in Perl and the home page of the book with the same title.
url: www.pconline.com/~erc/perlmod.htm
Perl6 Object Oriented Cookbook
A 'living' document that provides recipes to explain many OO features of the language.
url: cog.cognitivity.com/perl6/
Perl Regular Expresions
A dynamic tutorial by Nic Miloslav.
url: www.zvon.org/other/PerlTutorial/Output/index.html
Perl Training Australia's training manuals
Freely available copies of the training manuals used in Perl Training Australia's commercial courses.
url: perltraining.com.au/notes.html
Perl tutorial from NCSA
A tutorial covering a simplified version of what perl can do. Covers variables, functions, arrays, flow control, subroutines and files.
url: archive.ncsa.uiuc.edu/General/Training/PerlIntro/
Perl.com's Beginners' Introduction to Perl
Covers the basics, regular expressions, objects, code safety, CGI scripting and files.
url: www.perl.com/pub/a/2001/01/begperl6.html
Perldoc.com
Provides "a complete and up-to-date repository of online Perl and CPAN module documentation."
url: www.perldoc.com/
PerlGuts Illustrated
An illustrated guide to perl internals by Gisle Aas.
url: gisle.aas.no/perl/illguts/
Perl's map, grep and sort Functions
Detailed tutorial with many examples.
url: www.raycosoft.com/rayco/support/perl_tutor.html
Perl/Tk FAQ
This compilation of Frequently Asked Questions and answers (FAQ) is intended to answer several of the first (and largely more basic) questions posted to the comp.lang.perl.tk newsgroup and the ptk mailing list.
url: w4.lns.cornell.edu/~pvhp/ptk/ptkFAQ.html
Picking Up Perl
A freely redistributable tutorial book on Perl in text, HTML, pdf and postscript format.
url: www.ebb.org/PickingUpPerl/
PTI - Fundamentals of Perl
A course with online slides. Covers the basics including syntax, files, regular expressions, data structures and process mangament.
url: www.pti.co.il/talks.html
Robert's Perl Tutorial
A Win32-friendly tutorial to Perl. Covers the basics, regular expressions, I/O, bulk functions, subroutines, modules and debugging.
url: www.sthomas.net/roberts-perl-tutorial.htm
SAGE - Perl Practicum
Index page for several articles that Hal Pomeranz wrote for the USENIX Association's newsletter ";login:"
url: www.usenix.org/publications/perl/
1st SPOT Perl
Information about Perl, a link collection to tutorials and manuals and to Perl programming and script libraries.
url: 1st-spot.net/topic_perl.html
Suite101 - Perl
Articles on Perl and on Perl modules.
url: www.suite101.com/articles.cfm/7977
Take 10 Minutes to Learn (TM) - PERL
Learn Perl via heavily annotated basic scripts. Great for the technically inclined.
url: www.geocities.com/SiliconValley/7331/ten_perl.html
Teach Yourself Perl 5 in 21 days
An online book by David Till with programming examples that covers the basics of Perl.
url: docs.rinet.ru:8080/P7/
Teaching Perl to Middle School Students
Quick program, complete with handouts, for fairly advanced students to learn Perl by creating a tic-tac-toe game.
url: home.mindspring.com/~djrassoc01/
Using the Perl Debugger
Article by brian d foy about using the Perl debugger.
url: www.ddj.com/documents/s=1498/ddj0108pl/
When Perl is not Quite Fast Enough
Explains how to write fast and efficient code.
url: www.ccl4.org/~nick/P/Fast_Enough/