Have you looked at your web server error log? It has more information.
In which directory does Hello.pm live?
The current directory of your program when it is run from your web server is not what you think it is.
The easiest approach is to tell Perl where to find its files:
use lib 'c:/users/amitsq/whatever/path/to/own/modules';
In reply to Re: cgi and own modules causing unspecified error
by Corion
in thread cgi and own modules causing unspecified error
by amitsq
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |