CS 1520 Perl Information

Running Perl on Unix – information (as discussed in lecture) about executing Perl scripts


ex1.pl grades - Perl handout demonstrating some of its features

ex2pl – Perl basics – Scalars, variables, arrays, simple I/O and simple control structures

defvar.pl – The default variable in Perl

ex3.pl – Perl hashes and the diamond operator

ex4.pl – Perl regular expressions

ex5.pl – Perl subs

ex6.pl –Sorting in Perl

ex7.pl – Intro to Perl references

ex8.pl ex8b.pl – More Perl references (2-D array access + references for parameters)

ex9.pl – More references – arrays of arrays and arrays of hashes

ex10.pl – More Perl refences