21 Oct
2003
21 Oct
'03
1:13 p.m.
On October 21, 2003 08:16 am, Benedykt wrote:
By the way, what does this mean: output_html_with_http_headers $query, $cookie, $template->output;
Is the first part of the line a variable? thanks Benedict
This is a perl function call, coded in a lazy manner, without scoping parentheses. It is equivalent to the clearer code: output_html_with_http_headers( $query, $cookie, $template->output ); - Erik