msinfo has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks,
I am not able to get form variables (using POST request), when my called script (validate.pl) has below lines in it.
# how do i use relative name path use lib 'D:\\Websiste\\One\cgi-bin'; use myModule;
myModule has general HTML content generating sub routines in it.
I am not able to understand, how inclusion of above module affects reading of POST data.
Also, if I put code of validate.pl in myModule, it again show blank POST data.
If I remove, above lines, or put validate.pl code out of myModule, it behaves normally.
Regards,
|
|---|