Hi David,
This may be just a shot in the dark, but I was dealing with the same
"Premature end of header" error just a few days ago. It just so happen I
neglected to place the correct path of perl.exe on the top of the cgi
script before I ftp it to my web host. You know? The line that says:
#
Hi, I'm new to cgi-programming with Perl and I've been looking for answers
for the following questions:
1. How do you find out if the web host supports certain Perl modules?
2. If the web host does not have certain modules installed and I need to
use them for my Perl cgi-script, what can I do?