[Koha-devel] character encodings in koha 2.0.0

Erik Stainsby eriksta at vpl.ca
Tue Oct 21 12:13:14 CEST 2003


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




More information about the Koha-devel mailing list