by chas.owens@[EMAIL PROTECTED]
(Chas. Owens)
Apr 21, 2008 at 02:57 PM
On Mon, Apr 21, 2008 at 2:45 PM, Jonathan Mast
<jhmast.developer@[EMAIL PROTECTED]
> wrote:
> There is a line in script we have that I find baffling, it is
>
> print $cgi->header;
>
> To me this seems to be printing the results of the header method of the
CGI
> module to standard output.
>
> Is something else going on here as well?
snip
The standard output is the resulting html page when using CGI*.
*
http://search.cpan.org/~lds/CGI.pm-3.35/CGI.pm#CREATING_A_STANDARD_HTTP_HEADER:
--
Chas. Owens
wonkden.net
The most im****tant skill a programmer can have is the ability to read.