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

I have no clue as to why the module install isn't working. However, as far as the other question, try "use lib /path/to/lib/file;" and then use mylib.pm. Or, you could add the path to the module to @INC in a BEGIN section, but I don't think that's very efficient. I think that's exactly what the 'use lib' does.

What does this little button do . .<Click>; "USER HAS SIGNED OFF FOR THE DAY"
  • Comment on Re: Every time I add a module and try to use i get can't find module in @INC, Why?
  • Download Code