in reply to Re: Perl modules possible to place some where else
in thread Perl modules possible to place some where else
First, @INC already includes dot (unless you're root), so this doesn't change a thing.
Second, the "." here refers to the current directory of the process running the script, not the immediate directory in which the script is located.
See the other correct answers elsewhere in this thread.
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|