Help for this page

Select Code to Download


  1. or download this
    package MyUtils;
    use base Exporter;
    ...
    }
    
    1;
    
  2. or download this
    use strict;
    use MyUtils;
    ...
    debug "blah 2" if LVL2;
    debug "blah 3" if LVL3;
    print "Ende\n";