
Learn Perl - learn.perl.org
What would you like to learn? · Installing Perl - and setup guide · First program - and some basic best practices · Perl Modules - introduction · Examples - what can you do with Perl? · Perl …
Examples - learn.perl.org
These are just a few simple examples of what you can do with Perl modules. Email · Sending an email · Validate an email Files · List contents of a directory · Reading and writing to file · Read …
Perl Tutorials - learn.perl.org
Perl Tutorials Many tutorials are available if you are interested in learning Perl. Please note that these tutorials are introductions. For reference material, please look at the perl documentation, …
Beginning Perl (free) - learn.perl.org
"There's more than one way to do it" is the motto of Perl, but this book aims to take you through them all. We'll take you from installation, through the core language elements - regular …
First steps - learn.perl.org
After installing Perl you will want to actually run some Perl code. You need to use a command line (Windows, macOS, Unix/Linux) program to do this. Check you have Perl installed by typing the …
Documentation - learn.perl.org
Perl Keywords All Perl keywords Perl functions Perl syntax Perl variables Perl file handles Various Perl core documentation perldoc.perl.org [ Overview | Tutorials | Reference ] perldoc …
Reading and writing a file with Perl - learn.perl.org
Path::Tiny makes working with directories and files clean and easy to do. Use path () to create a Path::Tiny object for any file path you want to operate on, but remember if you are calling other …
Perl books - learn.perl.org
Modern Perl by chromatic (2015). Read the entire book free online... Modern Perl is suitable for programmers of every level. It's more than a Perl tutorial—only Modern Perl focuses on Perl …
Perl modules - learn.perl.org
What is a Perl module? Perl modules are a set of related functions in a library file. They are specifically designed to be reusable by other modules or programs. There are 108,000 …
Installing Perl - learn.perl.org
Installing Perl How to install Perl on Window, macOS and Unix/Linux