in reply to Why doesnt it work
I suspect you probably want to do something like: print "Content-type: text/html\n\n"; before you print anything else to the browser, as you'll definitely get the "500 Internal Error message" without it. The appropriate subroutine in CGI.pm is header(). If that fails, see My CGI script runs from the command line but not the browser. (500 Server Error).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: Why doesnt it work
by Liam (Initiate) on Mar 25, 2000 at 04:16 UTC |