Command line to do it would be:use lib qw(.); # Will add your cwd to @INC use lib qw(. /path/to/my/home /some/other/dir); # will add those dirs +to @INC
perl -I/path/to/include script
Cheers,
KM
In reply to Re: How to Add path to @INC
by KM
in thread How to Add path to @INC
by Hans
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |