Seng-Keen Lau wrote:
> What is the command line to change the @INC Contain ?
> 
You can tell perl via -I command to add some paths to @INC.
E.g.
perl -I./ your_script.pl 
adds ./ to @INC.

Best Wishes,
Andrea

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to