Logo

Perl 5 Pocket Reference by Johan Vromans, Linda Mui

Large book cover: Perl 5 Pocket Reference

Perl 5 Pocket Reference
by

Publisher: O'Reilly
ISBN/ASIN: 0596000324
ISBN-13: 9780596000325
Number of pages: 31

Description:
This quick reference provides a complete overview of the Perl programming language. The book covers a summary of Perl syntax rules and a complete list of operators, built-in functions, and standard library modules, all with brief descriptions.

Home page url

Download or read it online for free here:
Download link
(220KB, PDF)

Similar books

Book cover: Practical mod_perlPractical mod_perl
by - O'Reilly
mod_perl is an Apache module that builds the Perl directly into the Apache web server. With mod_perl CGI scripts run 50 times faster, you can integrate databases with the server. The book is about building, using, programming, and optimizing mod_perl.
(15353 views)
Book cover: Exploring Programming Language Architecture in PerlExploring Programming Language Architecture in Perl
by
This book presents an informal and friendly introduction to some of the core ideas in modern computer science, using the programming language Perl as its vehicle. The book takes the form of a series of working interpreters for the language PScheme.
(16335 views)
Book cover: Essential PerlEssential Perl
by - Stanford University
An introduction to the main features of the Perl language. It's intended for people who know some programming but need an introduction to Perl. Topics: scalar variables, strings, arrays, hash tables, file input and output, regular expressions, etc.
(6083 views)
Book cover: Perl for BeginnersPerl for Beginners
by - BookBoon
Contents: Introduction; Getting started; Data types; Operators; Branches; Program layout; Built-in functions; Loops; Reading from a file; Pattern matching; Writing to a file; Arrays; Lists; Scalar versus list context; Two-dimensional tables; etc.
(13898 views)