Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
            # access as an array the thing defined by $reference
        foreach (@{$reference}) { print "IN THE SUB: $_\n"; }
    }