Table of Contents

Perl Cheat Sheet

Perl is a highly capable, feature-rich programming language with over 25 years of development. These notes follow the path of the Learning Perl book.

Numbers

Strings

Scalar Variables

Lists and Arrays

Hashes

Control Structures

Input/Output

User Subroutines