Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 309 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 309 Bytes

#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