Book Description
The Perl Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
This open book is licensed under a Creative Commons License (CC BY-SA). You can download Perl Notes for Professionals ebook for free in PDF format (1.2 MB).
Table of Contents
Chapter 1
Getting started with Perl Language
Chapter 2
Comments
Chapter 3
Variables
Chapter 4
Interpolation in Perl
Chapter 5
True and false
Chapter 6
Dates and Time
Chapter 7
Control Statements
Chapter 8
Subroutines
Chapter 9
Debug Output
Chapter 10
Lists
Chapter 11
Sorting
Chapter 12
File I/O (reading and writing files)
Chapter 13
Reading a file's content into a variable
Chapter 14
Strings and quoting methods
Chapter 15
Split a string on unquoted separators
Chapter 16
Object-oriented Perl
Chapter 17
Exception handling
Chapter 18
Regular Expressions
Chapter 19
XML Parsing
Chapter 20
Unicode
Chapter 21
Perl one-liners
Chapter 22
Randomness
Chapter 23
Special variables
Chapter 24
Packages and modules
Chapter 25
Install Perl modules via CPAN
Chapter 26
Easy way to check installed modules on Mac and Ubuntu
Chapter 27
Pack and unpack
Chapter 28
Perl commands for Windows Excel with Win32::OLE module
Chapter 29
Simple interaction with database via DBI module
Chapter 30
Perl Testing
Chapter 31
Dancer
Chapter 32
Attributed Text
Chapter 33
GUI Applications in Perl
Chapter 34
Memory usage optimization
Chapter 35
Perl script debugging
Chapter 36
Perlbrew
Chapter 37
Installation of Perl
Chapter 38
Compile Perl cpan module sapnwrfc from source code
Chapter 39
Best Practices