PERL
- Perl man pages
- Perl FAQ - Tom Christiansen and Nathan Torkington (1997-99)
- Infrequently Asked Questions About Perl - Ilya Zakheravich (Apr. 1999)
- Rex Swain's HTMLified Perl 5 Reference Guide (Aug. 1997)
- CPAN (Perl Modules)
- A Quick Introduction to Perl
- The Perl Reference Guide - Johan Vromans (May 2000)
- Perl 5 by Example - David Medinets (2002)
- Perl 101 - Vikram Vaswani and Harish Kamath
- The Basics (May 2000)
- Of Variables and Operators (and Conditional Expressions) (Jun. 2000)
- Looping the Loop: Control Structures
- Mind Games: Interaction with System Files and Array Functions
- Sub-Zero Code: Subroutines and Efficient Code Structuring
- The Perl Toolbox: Built-In Functions
- CGI Basics: CGI Scripting
- Putting It to the Test: Developing Real Applications
- Web Client Programming with Perl - Clinton Wong (Mar. 1997)
- Picking Up Perl - Bradley Kuhn (Mar. 2002)
- Practical Perl Programming - A. D. Marshall (1999)
- Perl Tutorial for System Managers - Tim Christian (Dec. 1998)
- Take Ten Minutes to Learn Perl - Barry Floyd
- Introduction to Perl - Univ. of Missouri (Apr. 1999)
- An Introduction to Perl - Univ. of Georgia
- Perl Tutorial - B. Johnson (May 1998)
- Perl Tutorial - Nik Silver
- Perl Part I - Introduction - Guido Socher (Sep. 1999)
- Perl Part II - Writing a Real Program - Guido Socher (Nov. 1999)
- Perl Part III - Arrays - Guido Socher (Jan. 2000)
- Object-Oriented Programming in Perl, Part 1 - Vikram Vaswani (Nov. 2000)
- Object-Oriented Programming in Perl, Part 2 - Vikram Vaswani (Jan. 2001)
- perltoot: An Object-Oriented Tutorial for Perl - Tom Christiansen (1997-98)
- Robert's Perl Tutorial (Apr. 1999)
- The Perl Programming Language - Neal Holtz (Jan. 1996)
- Perl Regular Expression Tutorial - Carl Franklin and Gary Wisniewski (1994-96)
- CGI/Perl Tips, Tricks and Hints - Sanford Morton (Sep. 1998)
- Sams Teach Yourself Perl 5 in 21 Days (2nd Ed.) - David Till (1996)
- PERLs of Wisdom - Steve Litt (1998-2000)
- Learning Perl - Martin Heller
- An Overview for Novices (Feb. 2000)
- A Look at Objects in Perl (Mar. 2000)
- Applying Perl to Websites (Apr. 2000)
- Introductory Perl Books (May 2000)
- Perl Practicum - Hal Pomeranz
- Out of Sorts (Aug. 1993)
- Know All the Angles (Oct. 1993)
- The Swiss Army Chainsaw (Dec. 1993)
- You Say `rsh' and I Say `remsh' (Feb. 1994)
- I'm Beginning to See a Pattern Here (Apr. 1994)
- It Slices, It Dices... (Jun. 1994)
- A Plea for Clarity (Dec. 1994)
- Fun with Format (Jun. 1995)
- The Camel Spins a Web (Aug. 1995)
- DB or Not DB? (Dec. 1995)
- Failed to Understand the Reference (Feb. 1996)
- Thanks for the Reference (Apr. 1996)
- The Devil in the Details (Jun. 1996)
- Network Wiles, Part I (Aug. 1996)
- Network Wiles, Part II (Oct. 1996)
- Network Wiles, Part III (Feb. 1997)
- The Email of the Species (Apr. 1997)
- 'UNIX Review' Perl columns - Randall Schwartz
- Basic Parsing (Mar. 1995)
- Word Counts
- Regular Expressions
- Tiny Database
- Subroutines
- Sorting
- Simple References
- Subroutine References
- Text Grep
- Wrappers
- List Manipulation
- Here Documents
- Intro to Objects
- More About Objects
- Logfile Analysis
- Recursive Directory Tasks
- Finding Shadowed Executables
- Bit Operations
- Include Files
- Expressions in Text
- Making Choices for Choices
- Using the CPAN Effectively
- Editing Files In-Place
- Persistent Data
- Getting a Date with Perl
- Computing Primes
- Expanding Symbolic Links
- Compiling Regular Expressions
- Figuring Phone-y Words
- Deep Copy and Recursion (Feb. 2000)
- 'Web Techniques' Perl columns - Randall Schwartz
- 'Linux Magazine' Perl columns - Randall Schwartz
- Using Things from the CPAN (Jun. 1999)
- Tieing Up Loose Ends (Jul. 1999)
- Scripting Your Apache Server with Perl (Aug. 1999)
- The Road to Better Programming (with Perl) - Teodor Zlatanov
- Developing Coding Guidelines (November 2001)
- Commenting Your Code (November 2001)
- Loops, Clean Code and Perl Idioms (December 2001)
- Functional Programming (January 2002)
- Modules and Objects (January 2002)
- Cultured Perl - Teodor Zlatanov
- Parsing with Perl Modules - April 2000
- Save it With Perl: A CPAN Solution to Data Persistence (July 2000)
- Small Observations About the Big Picture: Simple Techniques to Increase Reliability and Maintainability in Perl Code (June 2000)
- Writing Perl Programs that Speak English: Using Parse::RecDescent to Create a Simple and Efficient Command-Line User Interface (August 2000)
- Review of Programming Perl, Third Edition (September 2000)
- Application Configuration with Perl (October 2000)
- Debugging Perl with Ease: Catch the Bugs Before They Bite (November 2000)
- Perl 5.6 for C and Java Programmers (January 2001)
- A Programmer's Linux-Oriented Setup (March 2001)
- One-Liners 101: Perl as a Command Utility (April 2001)
- Automating UNIX System Administration with Perl (July 2001)
- The Elegance of JAPH (July 2001)
- Genetic Algorithms Applied with Perl (August 2001)
- Reading and Writing Excel Files with Perl (September 2001)
- Intro to Cfengine for System Administration (February 2002)
- XS Mechanics - Steven McDougall
- Network Programming with Perl - James Lee (April 1999)
- Perl Embedding - John Quillan (November 1998)
- Perl Modules:
- Introduction to Perl Modules and CPAN - O'Reilly & Associates(1998)
- Perl Modules: An Introduction - Eric Foster-Johnson
- Perl Module Mechanics and Related Phenomena - Steven McDougall (Dec. 2001)
- Perl Modules - David Medinets
- Installing Perl Modules - Rich Bowen
- Using Perl Modules - Steve A. Chervitz (Nov. 2000)
- The Perl 5 Module List - Tim Bunce and Andreas Konig (Sep. 2002)
- Perl/Tk
- Perl/Tk FAQ - Nick Ing-Simmons (1995-96)
- Getting Started with Perl/Tk - Steve Lidie (Apr. 1999)
- A Drag-and-Drop Primer for Perl/Tk - Steve Lidie (Dec. 2001)
- Perl and the Tk Extension - Steve Lidie
- Creating Custom Widgets - Steve Lidie (Jan. 2002)
- Create Your Own Widgets
- Drag and Drop with Perl/Tk (Feb. 2002)
- File Dialogs with Perl/Tk
- Perl/Tk Menus
- HTML::Embperl
- Official Embperl Documentation - Gerald Richter (1997-2002)
- Introduction to Embperl
- Creating Modular Web Pages with Embperl - Neil Gunton (Mar. 2001)
- Introduction to Object-Oriented Website Creation with Embperl - Neil Gunton
- Embperl FAQ - Gerald Richter w/ Nora Sikes
- Embperl: Modern Templates - Reuven Lerner (Oct. 1998)
- HTML::Embperl - More Than Simply Embedding Perl in HTML - Gerald Richter
- Creating Dynamic Pages with Embperl - Paul Vining
- Using Databases with Embperl - Paul Vining
- Choosing a Templating System - Perrin Harkins (Aug. 2001)
- A Short Course in Embperl - Aaron Weiss (Nov. 2000)
- HTML::Mason
- Introduction to Mason - Jonathan Swartz, Dave Rolsky and Ken Williams
- Mason Developer's Manual - Jonathan Swartz, Dave Rolsky and Ken Williams
- Mason Administrator's Manual - Jonathan Swartz, Dave Rolsky and Ken Williams
- HTML::Mason FAQ
- Programming with Mason - Jonathan Swartz
Links by Visitors:
Add a Link