Help for this page

Select Code to Download


  1. or download this
     "base" employs some heuristics to determine if a module has already
           been loaded, if it has it doesn't try again. If "base" tries to
    ...
           file, but will die on any other error. After all this, should y
    +our base
           class be empty, containing no symbols, it will die. This is use
    +ful for
           inheriting from classes in the same file as yourself, like so:
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print "var=$var\n";