Help for this page

Select Code to Download


  1. or download this
    BEGIN {
        my $private_module_path = '/usr/local/myscript/lib';
        unshift @INC, $private_module_path;
    };
    use Net::MyModule; # will pick up the first Net/MyModule.pm that is fo
    +und in @INC