- or download this
package Report;
use Tie::Hash;
...
}
1;
- or download this
use strict;
use warnings;
...
warn "hi";
Foo::bar();
warn "hi";
- or download this
package Foo;
...
}
1;
- or download this
use strict;
use warnings;
...
foo();
warn "hi";
warn "inherited AUTOLOAD here";
- or download this
Storing __WARN__ => CODE(0x818e988) in Report=HASH(0x818e14c) at TheLo
+ader, in TheLoader.pm on line 29.
AUTOLOAD
...
AUTOLOAD
AUTOLOAD
AUTOLOAD