Hey amitsq, the following is incorrect:
use lib 'S:\incubator\ex\Hello.pm';
You add the *path* to the use lib pragma, not the file:
use lib 'S:\incubator\ex';
In reply to Re^3: cgi and own modules causing unspecified error
by stevieb
in thread cgi and own modules causing unspecified error
by amitsq
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |