Hi all,
I have designed a form in which I call a perl script but the issue is "Iam not able to see the output"...
<FORM ACTION="/cgi-bin/filecheck.pl" METHOD="post" ENCTYPE="multip art/form-data">
Contents of filecheck.pl is
print check;
There are few more lines I need to add in the .pl file to make the output available on screen. Can someone help me on the same.( Iam running in Windows)
Thanks
I have designed a form in which I call a perl script but the issue is "Iam not able to see the output"...
<FORM ACTION="/cgi-bin/filecheck.pl" METHOD="post" ENCTYPE="multip art/form-data">
Contents of filecheck.pl is
print check;
There are few more lines I need to add in the .pl file to make the output available on screen. Can someone help me on the same.( Iam running in Windows)
Thanks
Comment