Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Re: Using the modules I want to use.

by cal (Beadle)
on Nov 02, 2002 at 18:25 UTC ( [id://209976]=note: print w/replies, xml ) Need Help??


in reply to Re: Using the modules I want to use.
in thread Using the modules I want to use.

Thanks, When I use this use GD 1.27; I get Internal Server Error. [Sat Nov  2 13:22:10 2002] [error] [client 12.234.205.16] Premature end of script headers: /u/web/dom/cgi-local/whichversion.cgi

Replies are listed 'Best First'.
Re: Re: Re: Using the modules I want to use.
by George_Sherston (Vicar) on Nov 03, 2002 at 01:16 UTC
    I'd guess that whicversion.cgi is sending output without an http header. If that's right then you need either
    use CGI qw/:standard/; print header;
    or just
    print "Content-type: text/html\n\n";
    before any print commands in your script, which will allow the output from the script to appear in the browser window.

    § George Sherston

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://209976]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-03-29 15:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found