Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    use Foo::Bar;
    
    warn pp \%INC;
    
  2. or download this
    Foo::Bar was imported! at d:/Users/lanx/pm/inc.pl line 10.
    {
    ...
      "warnings.pm"                          => "C:/Perl_64/lib/warnings.p
    +m",
      "warnings/register.pm"                 => "C:/Perl_64/lib/warnings/r
    +egister.pm",
    } at d:/Users/lanx/pm/inc.pl line 21.
    
  3. or download this
    BEGIN {
        $INC{'Foo/Bar.pm'}=__FILE__;
    }