![]() |
|
The stupid question is the question not asked | |
PerlMonks |
require mysteryby Pstack (Scribe) |
on Sep 06, 2007 at 00:33 UTC ( #637299=perlquestion: print w/replies, xml ) | Need Help?? |
Pstack has asked for the wisdom of the Perl Monks concerning the following question: I cannot seem to successfully require "File::Path" despite that use "File::Path" works fine. When I require "File::Path" the runtime error is that it is not in @INC, despite that the correct path does seem to be located there "/..../5.8.7/File/Path.pm". I am wondering if there is some particular reason that File::Path may not be able to be required? Or do I need to do a bit more digging on the problem? cheers Pstack
Back to
Seekers of Perl Wisdom
|
|