This is the authoritative guide to the hottest new UNIX utility in years, coauthored by its creator, Larry Wall. Perl is a language for easily manipulating text, files, and processes. Perl provides a more concise and readable way to do many jobs that were formerly accomplished (with difficulty) by programming in the C language or one of the shells. Even though Perl is not yet a standard part of UNIX, it is likely to be available wherever you choose to work. And if it isn't, you can get it and install it easily and free of charge.Contents include: An introduction to PerlCommon tasks with PerlReal Perl programs; includes database manipulation, programming aids, system administration, text and filename manipulation, interprocess communication, and morePerl syntaxPerl functionsOther oddments; invocation options, debugging, efficiency, the Perl library, linking in C subroutines, etc.Also includes a pull-out quick-reference card (designed and created by Johan Vromans).


Learning Perl

by Randal L Schwartz, Tom Phoenix, and Brian D Foy

Published 7 December 1993
Learning Perl is a step-by-step, hands-on tutorial designed to get you writing useful Perl scripts as quickly as possible. In addition to code examples, there are programming exercises, with full answers.