/PerlLab

Perl 5 exercises

Primary LanguagePerlBSD 2-Clause "Simplified" LicenseBSD-2-Clause

#Perl5Lab

  • Exercises and basic samples of Perl5 programing language This git repository should be considered a helper for people interest in learning how to do basic scripts using Perl5

How to use

$ cd Aula01
$ perl ex00.pl
$ perl ex01.pl
(...)
or
$ ls -la
$ chmod u+x ex00.pl
$ ./ex00.pl