in reply to Script not returning header
use CGI; $q = new CGI; print $q->header, $q->start_html('hello world'), $q->h1('hello world'), $q->end_html;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Script not returning header
by Kanji (Parson) on Mar 09, 2002 at 09:29 UTC | |
|
Re: Re: Script not returning header
by gellyfish (Monsignor) on Mar 09, 2002 at 12:32 UTC |