How to Learn Perl

Perl is a popular computer programming language used for a variety of applications--including system administration and CGI programming on the Web. One reason for its popularity is that it adapts well to individual programming styles. Perl is suitable for both large and small programming tasks. Perl is Open Source software, which means it's freely available to the public, and anyone can use and update it. There are many ways to learn this versatile and useful language.

Instructions

    • 1

      Download and install Perl by visiting the official Perl website if your computer does not already include the latest version of Perl (most computers have it). The website also includes a tutorial for learning Perl as well as many articles and weblogs for both new and experienced users of Perl.

    • 2

      Read a free online version of the text "Beginning Perl 1st. Ed" by Simon Cozens at the official Perl website "Beginning Perl" is a step-by-step guide for beginners with no Perl experience

    • 3

      Purchase a copy of "Programming Perl, 3rd. Ed." by Larry Wall, the original developer of the Perl language. This book is commonly referred to as the "Camel Book" by software gurus because it has a picture of a camel on the cover. The Camel Book is considered to be the ultimate reference guide for Perl programmers. It contains a complete description of the language and the Perl interpreter, and is known for its humorous and approachable style.

    • 4

      Purchase a copy of the "Pearl Cookbook 2nd. Ed." This book features an extensive collection of problems and solutions about common tasks, and shows practical examples (the author refers to them as "recipes"). There are thousands of "recipes" in this book that can be used to address programming needs of varying complexity.

    • 5

      Look for Perl workshops and conferences to hone your skills. The Perl Foundation sponsors many forums for discussion, collaboration, design and code sharing. These workshops (called YPACS, short for "Yet Another Perl Conference") attract many Perl users who are willing to share their knowledge.

Related Searches:

Resources

Comments

You May Also Like

Related Ads

Featured