Help for this page

Select Code to Download


  1. or download this
    BEGIN {
        package Foo ;
        use strict ;
    ...
            print "Finished task Bar for $_[0]\n" ;
        }
    }
    
  2. or download this
    package main ;
    use strict ;
    use warnings ;
    ...
    Starting task Bar for Bar
    Not a HASH reference at testHobo3.pl line 60, <__ANONIO__> line 1.
    Finished task Bar for Bar