in reply to Re: Re: HTML::Template output to file
in thread HTML::Template output to file
***QUOTE***
You may optionally supply a filehandle to print to automatically as the template is generated. This may improve performance and lower memory consumption. Example:
$template->output(print_to => *STDOUT);
The return value is undefined when using the ``print_to'' option.
***UNQUOTE***
Karl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: HTML::Template output to file
by jonnyfolk (Vicar) on Dec 02, 2002 at 08:41 UTC |