true has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl use strict; print "Content-type:text/html\n\n"; print "hello";
Retitled by davido.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI: Premature end of script headers
by fglock (Vicar) on Jan 20, 2005 at 02:18 UTC | |
|
Re: CGI: Premature end of script headers
by Errto (Vicar) on Jan 20, 2005 at 02:06 UTC | |
|
Re: CGI: Premature end of script headers
by Tanktalus (Canon) on Jan 20, 2005 at 00:15 UTC | |
|
Re: CGI: Premature end of script headers
by true (Pilgrim) on Jan 20, 2005 at 01:06 UTC | |
by AJRod (Scribe) on Jan 20, 2005 at 01:49 UTC | |
|
Re: CGI: Premature end of script headers
by ZlR (Chaplain) on Jan 20, 2005 at 08:22 UTC | |
|
Re: CGI: Premature end of script headers
by atcroft (Abbot) on Jan 20, 2005 at 18:19 UTC |