|
|
| | "Perltrap: Perl Traps for the Unwary" covers common traps including awk, C/C++, sed, shell, Perl, Perl4 to Perl5, discontinuance, deprecation, BugFix, parsing, numerical, general data type, context, precedence, general regular expression (using s///), subroutine, signal, sorting, OS, interpolation, DBM and unclassified traps. | http://perldoc.perl.org/perltrap.html
|
|
|
|
|
|
| | Tutorial: "File Checking: How to Get Information about a File" by John Pollock. Learn how to check to see if the file exists and confirm if it is a readable, writable, or executable. Check the file to see if it is binary, then perform multiple file tests. | http://www.pageresource.com/cgirec/ptut17.htm
|
|
|
|
|
|
|
|
|
|
|
|
| | Tutorial: "Associative Arrays: How to Use Associative Arrays in Perl" by John Pollock. Shows you how to define an associative array, access your elements, add and delete from an array. | http://www.pageresource.com/cgirec/ptut12.htm
|
|
| | Tutorial: "Manipulating Arrays: How to Do Things to an Array in Perl" by John Pollock. Shows how to change and add elements. Learn how to use the splice, unshift and shift, use the push and pop, chop, sort, reverse, join and split functions. | http://www.pageresource.com/cgirec/ptut11.htm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| | Tutorial: "Perldebtut: Perl Debugging Tutorial" by Richard Foley. Topics include use strict, looking at data and –w and v, help, stepping through code, placeholder (for a , w, t, T), regular expressions, output tips, CGI and GUIs. | http://perldoc.perl.org/perldebtut.html
|
|
| | Tutorial: "Perlbot: Bag'o Object Tricks (the BOT)" by Jon Allen. Topics include object-oriented scaling tips, instance variables, scalar instance variables, instance variable inheritance, object relationships, overriding superclass methods, using relationships with SDBM, thinking of code reuse, class context and the object, inheriting a constructor and delegation. | http://perldoc.perl.org/perlbot.html
|
|
| | Tutorial: "Perltooc: Tom's OO Tutorial for Class Data in Perl" by Tom Christiansen. Topics include class data in a can, class data as package variables and class data as lexical variables. | http://perldoc.perl.org/perltooc.html
|
|
| | Tutorial: "Perltoot: Tom's Object-Oriented Tutorial for Perl" by Tom Christiansen. Topics include creating a class, class data, aggregation, inheritance, alternate object representations, Autoload (proxy methods) and metaclassical tools. | http://perldoc.perl.org/perltoot.html
|
|
| | Tutorial: "Perlboot: Beginner’s Object-Oriented Tutorial" by Randal L. Schwartz and Stonehenge Consulting Services, Inc. Topics include the method innovation arrow, the extra parameter of method invocation, calling a second method, the @ISA variable, overriding the methods, starting the search from a different place, invoking an instance method, accessing the instance data, inheriting the constructor, making a method work with classes or instances, and adding parameters to a method. | http://perldoc.perl.org/perlboot.html
|
|
| | Tutorial: "Perlretut: Perl Regular Expressions Tutorial" by Mark Kvale. Topics include simple word matching, using character classes, matching, grouping and hierarchical matching, extracting matches, matching repetitions, building a regexp, using regular expressions in Perl, characters, strings, character classes, compiling and saving regular expressions, embedding comments and modifiers in a regular expression, non-capturing groupings, using independent subexpressions to prevent backtracking, conditional expressions, debugging and more. | http://perldoc.perl.org/perlretut.html
|
|
| | Tutorial: "Perlrequick: Perl Regular Expressions Quick Start" by Mark Kvale. Covers simple word matching, using character classes, matching different character strings, grouping and hierarchical matching, extracting matches, matching repetitions, search and replace and the split operator. | http://perldoc.perl.org/perlrequick.html
|
|
| | Tutorial: "Perllol: Manipulating Arrays of Arrays in Perl" by Tom Christiansen. Covers declaration and access arrays of array, growing your own, access and printing, and slices (part of a row). | http://perldoc.perl.org/perllol.html
|
|
| | Tutorial: "Perl Data Structures Cookbook" by Tom Christiansen. Describes data structures in Perl and covers references, common mistakes, dereferencing, precedence dereferencing, precedence, debugging and more. Includes code examples. | http://perldoc.perl.org/perldsc.html
|
|
| | Tutorial covers Perl references. |
|
|