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