- or download this
package TestPackage;
...
INIT { print STDERR "in INIT\n" }
1;
- or download this
use TestPackage;
- or download this
in BEGIN
in INIT
- or download this
require TestPackage;
- or download this
in BEGIN
Too late to run INIT block at TestPackage.pm line ...