Logo

Perl for Beginners by Geoffrey Sampson

Small book cover: Perl for Beginners

Perl for Beginners
by

Publisher: BookBoon
ISBN-13: 9788776816230
Number of pages: 120

Description:
Contents: Introduction; Getting started; Data types; Operators; Flow of control: branches; Program layout; Built-in functions; Flow of control: loops; Reading from a file; Pattern matching; Writing to a file; Arrays; Lists; Scalar versus list context; Two-dimensional tables; User-defined functions; Hash tables; Formatted printing; Built-in variables; The debugger.

Home page url

Download or read it online for free here:
Download link
(3.7MB, PDF)

Similar books

Book cover: Perl 5 InternalsPerl 5 Internals
by - NetThink
A three-hour course which provides a hands-on introduction to how the perl interpreter works internally, how to go about testing and fixing bugs in the interpreter, and what the internals are likely to look like in the future of Perl, Perl 6.
(13122 views)
Book cover: Mastering PerlMastering Perl
by - O'Reilly Media
This book isn't a collection of clever tricks, but a way of thinking about Perl programming so you can integrate the real-life problems of debugging, maintenance, configuration, and other tasks you encounter as a working programmer.
(12864 views)
Book cover: Perl 5 Pocket ReferencePerl 5 Pocket Reference
by - O'Reilly
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.
(17116 views)
Book cover: Higher-Order Perl: Transforming Programs with ProgramsHigher-Order Perl: Transforming Programs with Programs
by - Morgan Kaufmann
Perl incorporates many advanced features that are not well understood and are rarely used by most Perl programmers, but they are very powerful. One of these techniques is writing functions that manufacture or modify other functions.
(19747 views)