If you save the file and look at it with your text editor, do you see your perl code or the html output?
If it's the perl code, it sounds like the web server isn't configured to treat .pl files as CGI scripts. In addition to making sure the file has execute permissions for the web server, try renaming it to form.cgi or editing the server's configuration.
If it's the html output, maybe your script isn't output a proper header. (Content-type and double \n at the end.)
In reply to Re: Script executing on client, not server
by ikegami
in thread Script executing on client, not server
by guisilva
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |