Help for this page

Select Code to Download


  1. or download this
    #for every module (using Foo::Bar as an example):
    BEGIN {
    ...
        use Data::Dumper;
        print Dumper \%INC;
    }