in reply to Re: Re: HTML::Template output to file
in thread HTML::Template output to file

From the manual to HTML::Template

***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

  • Comment on Re: Re: Re: HTML::Template output to file

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
    I fear I was guilty in going to the example pages a little too quickly and not having gone back to check the module documentation.

    That having been said I am still at the stage where I find module documentation a little obscure (though I'm improving all the time), and the clarity of the responses I have received here have really helped me further to understand the documentation.

    I simply therefore thank all those who shared their wisdom for their patience, and assure them that their advice was useful to me to an extent far greater than simply 'reading the documentation'.

    Thank you.