I'm having a little problem having my cgi script recognize modules.
I have a script in a base directory. I then use the command
use TempOps::Temp.
I have a folder in that base directory called TempOps and a module called Temp.pm inside that directory.
The script complains that it can't find Temp.pm in @INC. Shouldn't it be able to find it in the folder?
Thanks.