Help for this page

Select Code to Download


  1. or download this
    BEGIN { 
            require "module.pm;"
            module::import();
    }
    
  2. or download this
    use warnings;
    use strict;
    ...
            # else load $config from flat files
        }
    } # end system specific compile time code
    
  3. or download this
    BEGIN { 
            print "-one-";
    ...
                    } # end of block that prints "-three-"
            } # end of block that prints "-two-"
    } # end of block that prints "-one-"