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 "."?

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