About Perl - www. perl. org Perl is a highly capable, feature-rich programming language with over 37 years of development Perl runs on over 100 platforms from portables to mainframes and is suitable for both rapid prototyping and large scale development projects
Learn Perl - learn. perl. org · Installing Perl - and setup guide · First program - and some basic best practices · Perl Modules - introduction · Examples - what can you do with Perl? · Perl documentation · Perl books · Frequently Asked Questions
Perl Tutorials - learn. perl. org Many tutorials are available if you are interested in learning Perl Please note that these tutorials are introductions For reference material, please look at the perl documentation, either online or using the perldoc command (try perldoc perlintro)
Beginning Perl (free) - www. perl. org "There's more than one way to do it" is the motto of Perl, but this book aims to take you through them all We'll take you from installation, through the core language elements - regular expressions, references, modules and the like - and onto basic applied techniques
Installing Perl on Windows (32 and 64 bit) - learn. perl. org Strawberry Perl (a Perl packaged for Windows) is recommended as you get many useful modules (especially those that are tricky to install) along with it To interact with the command line and run Perl commands, you need to run 'cmd'
Learn Perl - www. perl. org The Perl FAQ Perl FAQs are available as part of your Perl distribution with the perldoc perlfaq command Read FAQs online at http: learn perl org faq
perlop - Perl expressions: operators, precedence, string literals . . . Perl operators have the following associativity and precedence, listed from highest precedence to lowest Operators borrowed from C keep the same precedence relationship with each other, even where C's precedence is slightly screwy (This makes learning Perl easier for C folks )
Perl Documentation - Perldoc Browser Perl officially stands for Practical Extraction and Report Language, except when it doesn't Perl was originally a language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information
perl - The Perl 5 language interpreter - Perldoc Browser Perl officially stands for Practical Extraction and Report Language, except when it doesn't Perl was originally a language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information It quickly became a good language for many system management tasks