Help for this page

Select Code to Download


  1. or download this
    BEGIN { unshift @INC, sub { ... } }
    
    use lib 'somewhere/special';
    require Net::Ping; # Resolves to "somewhere/special/Net/Ping.pm".