On Submit, an HTML FORM action calls a perl script. The script is found, but dies immediately. A DOS window opens briefly and disappears too quick to read.
The call:
<FORM METHOD="POST" ACTION="cgi-bin/managelists.pl">
I'm also using:
print "Content-type: text/html\n\n"; and fatalsToBrowser
in the script.
Apache server log shows no errors.
Can I make the DOS window hang around?
Other ideas?
The call:
<FORM METHOD="POST" ACTION="cgi-bin/managelists.pl">
I'm also using:
print "Content-type: text/html\n\n"; and fatalsToBrowser
in the script.
Apache server log shows no errors.
Can I make the DOS window hang around?
Other ideas?