Re: Premature end of script header error....

2007-10-25 Thread Hoenie Luk
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: #

Perl modules on web host server

2001-12-08 Thread Hoenie Luk
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?