in reply to modify @INC
If you don't want dot, remove it:
@INC = grep { $_ ne "." } @INC, $your_path; [download]
-- Randal L. Schwartz, Perl hacker Be sure to read my standard disclaimer if this is a reply.