Skip to content

Latest commit

 

History

History
95 lines (73 loc) · 4.88 KB

Perl_curated_resources.md

File metadata and controls

95 lines (73 loc) · 4.88 KB

Curated resources list for Perl 5 and Perl 6.

Get Perl for your OS from official website: https://www.perl.org/get.html

#️⃣ Table of Contents


Tutorials

Read this article on spotting good and modern Perl tutorial before starting your journey

Remember to add these lines at beginning of your Perl scripts, if they are not mentioned in any of these tutorials

use strict;
use warnings;
use autodie;

Regular Expressions


Further Reading


Perl 6


Forums