in reply to Re^4: Problems Processing Hash within Cgi Script
in thread Problems Processing Hash within Cgi Script

Running perl myscript.cgi is not the same as running it as a CGI - your server can run cgi scripts as another user for instance, the environment variables will not be the same and depending on the server, it might not be called with the same current directory. My guess is that the call to the sub in your module is not succeeding, hence my questions.