Cmdr Colstel has asked for the wisdom of the Perl Monks concerning the following question:
I want to include an edited version of a module which is included in standard Perl. I, however, don't want Perl to search for that module in my Perl installation but maybe in the current directory where I have my script and my edited version. Does Perl automatically first search in the current directory for my module or is there a way I can have Perl look in the current directory first before it goes searching for it in my Perl installation ?
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Including and Finding Custom Modules
by Corion (Patriarch) on Sep 21, 2015 at 18:12 UTC | |
|
Re: Including and Finding Custom Modules
by davido (Cardinal) on Sep 21, 2015 at 18:31 UTC | |
|
Re: Including and Finding Custom Modules
by Anonymous Monk on Sep 21, 2015 at 18:48 UTC | |
|
Re: Including and Finding Custom Modules
by kevbot (Vicar) on Sep 22, 2015 at 04:56 UTC |