Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Premature End of Script Headers

by beable (Friar)
on Jul 29, 2004 at 01:03 UTC ( #378261=note: print w/replies, xml ) Need Help??


in reply to Premature End of Script Headers

What about a really simple CGI program? Does that work?

#!/usr/bin/perl use strict; use warnings; use CGI qw/:standard/; print header, start_html('Does CGI Work?'), h1('Does CGI Work?'), "<a href='http://www.perl.org/troubleshooting_CGI.html'>", "Have you checked the CGI troubleshooting guide?</a>", end_html, "\n"; __END__

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2023-03-21 16:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (60 votes). Check out past polls.

    Notices?