Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    sub new { return bless {}, shift }
    sub foo { print Dumper \@INC }
    
  2. or download this
    sub foo { print Dumper @__PACKAGE__::ISA }
    
  3. or download this
    sub foo { print Dumper @bar::ISA }