#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
$ cd Aula01
$ perl ex00.pl
$ perl ex01.pl
(...)
or
$ ls -la
$ chmod u+x ex00.pl
$ ./ex00.pl