in reply to Re: Re: CGI header doesn't like me
in thread CGI header doesn't like me
At the risk of being annoying, here is an example of my second pint
use CGI qw/:standard/; my $cgi = new CGI; print $cgi->header('text/plain'); print "testing\n";
I had believed that this would display simply "testing" within the browser window. That isn't the case -- it attempts to download the output -- but I haven't been able to figure out why, or how to change this behaviour
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: CGI header doesn't like me
by bobn (Chaplain) on Sep 10, 2003 at 04:40 UTC | |
|
Re: Re: Re: Re: CGI header doesn't like me
by Roger (Parson) on Sep 10, 2003 at 06:51 UTC |