|
|
| P is for Practical | |
| PerlMonks |
Re^3: Do not working as expected on Windowsby ikegami (Patriarch) |
| on Sep 04, 2007 at 16:08 UTC ( [id://636972]=note: print w/replies, xml ) | Need Help?? |
|
@INC is the search path used by do, require and use. use lib adds a path to the front of @INC. That could only lead to a problem if you have two identically named modules in different paths. Then, do/require/use might load the wrong one.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||