Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    print STDERR Dumper( \@INC );
    
  2. or download this
    sub BEGIN {
        unshift @INC, 'c:/Perl64/site/lib';
        unshift @INC, 'c:/.....';    # what ever you needed
    }