Help for this page

Select Code to Download


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