in reply to Re: Every time I add a module and try to use i get can't find module in @INC, Why?
in thread Every time I add a module and try to use i get can't find module in @INC, Why?

Additionally, you can encounter the @INC error if it genuinely can't find the module so, you should use:
use lib "some/dir/name";

Mike - mps@discomsys.com

"The two most common elements in the universe are hydrogen... and stupidity."
Harlan Ellison

  • Comment on Re: Re: Every time I add a module and try to use i get can't find module in @INC, Why?
  • Download Code