Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        print "Ch: $i '$book{chapter}[$i]{name}' ($book{chapter}[$i]{page}
    +)\n";
        $i++
    }
    
  2. or download this
    ABC - an adventure
    Ch: 1 'Testing Times' (2)
    Ch: 2 'Importing Hash' (99)