That's a server error which means your script is failing. Make sure you have the following at the top of your code:
#!/usr/bin/perl use strict; use warnings;
then run your script and check your error logs. The logs should tell you what the problem is.
cheers,
J
In reply to Re^3: CGI form on click new window display
by edoc
in thread CGI form on click new window display
by minixman
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |