Jump to content

Problem with Perl


Recommended Posts

I have a file index.pl in cgi-bin folder, and it works fine on the terminal. But when I execute it on the web browser, I got the Internal Server Error. I checked the error_log file, and it said: Premature end of script header: index.pl.

Can anyone help me solve this issue?

Link to comment
Share on other sites


Try setting output. Place this in code before you output any HTML or it will try to write to STDOUT.

print "Content-type: text/html\n\n";

Edited by dman
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...