Learning Perl

O'Reilly Media

Write a Review
$13.99 - $41.15
UPC:
9781449303587
Binding:
Paperback
Note:
Used books may not include companion materials/CD/Code etc, items in good condition.We ship orders daily and Customer Service is our top priority!
Publication Date:
7/1/2011
Release Date:
7/1/2011
Author:
Randal L. Schwartz;brian d foy;Tom Phoenix
Language:
english
Edition:
Sixth Edition
Adding to cart… The item has been added

Product Overview

If you're just getting started with Perl, this is the book you wantwhether you're a programmer, system administrator, or web hacker. Nicknamed the Llama by two generations of users, this bestseller closely follows the popular introductory Perl course taught by the authors since 1991. This 6th edition covers recent changes to the language up to version 5.14.

Perl is suitable for almost any task on almost any platform, from short fixes to complete web applications. Learning Perl teaches you the basics and shows you how to write programs up to 128 lines longroughly the size of 90% of the Perl programs in use today. Each chapter includes exercises to help you practice what you've just learned. Other books may teach you to program in Perl, but this book will turn you into a Perl programmer.

Topics include:

  • Perl data and variable types
  • Subroutines
  • File operations
  • Regular expressions
  • String manipulation (including Unicode)
  • Lists and sorting
  • Process management
  • Smart matching
  • Use of third party modules