|
|
| Pathologically Eclectic Rubbish Lister | |
| PerlMonks |
Re^2: @INC Errorsby Anonymous Monk |
| on Oct 10, 2011 at 10:34 UTC ( #930579=note: print w/ replies, xml ) | Need Help?? |
|
You can check @INC using a one-liner: The error message already show the contents of @INC Or simply run: perl -V How do you think perl -V would work if @INC is empty and strict can't be found? You should also check to make sure that perl's in your path When perl gives you error messages, that means perl is in the path
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||