>Now the tricky thing: As long as there was an error in my script, it was
displayed in >my browser (thanks to CGI::Carp). But as soon as I eliminated
the obvious errors, I >get an Internal Server Error (testing on my ISP's
linux web server and on my local >OS X box, both running Apache).
>
>Can anybody see my mistake here?

unfortunately your isp isn't giving you access to your error_log files.  If
I were to guess your getting a malformed header error.  I dont recall seeing
any header calls you my wish to use the lines below in your template file or
maybe in your code depending on how you call fo your html to be generated.

 print
     header(),
         start_html( 'This page has no title' ),
            code .....
            code .....
         end_html();



++++++++++++++++++++++++++++++
++REMOVE _NO_SPAM from return ++
++e-mail address in order to respond. ++
++++++++++++++++++++++++++++++


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to