in reply to Re: @INC Errors
in thread @INC Errors
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
|
|---|