koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Koha-devel] character encodings in koha 2.0.0


From: Erik Stainsby
Subject: Re: [Koha-devel] character encodings in koha 2.0.0
Date: Tue Oct 21 12:13:14 2003
User-agent: KMail/1.5

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]