On Mon, Apr 21, 2008 at 2:45 PM, Jonathan Mast
<[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 important skill a programmer can have is the ability to read.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to