in reply to
Re: Use lib() and require
in thread
Use lib() and require
1)DO I need to use 'use lib' if i am requesting script in the CURRENT directory. In other words does @INC always include the path "."?
Comment on
Re: Re: Use lib() and require
Replies are listed 'Best First'.
Re: Re: Re: Use lib() and require
by
vbrtrmn
(Pilgrim)
on Apr 12, 2004 at 22:36 UTC
If anyone happens to stumble on this, and still needs help...
Unless @INC shows that it includes '.', don't assume that it does.
perl -e 'print @INC;'
--
paul
[reply]
In Section
Seekers of Perl Wisdom