On 9/16/07, Tom Kopke <[EMAIL PROTECTED]> wrote:
>
> Line 468 reads:
> my $template = HTML::Template->new(filename => $pperror_template);
>
> An earlier instance calling HTML::Template in the same file works
> fine.
>
$pperror_template is, or has gotten, undefined.
You can confirm this by replacing '$pperror_template' with
'$pperror_template || q{}' at which point you'll get an error complaining
about the blank (vs. undefined) filename.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Html-template-users mailing list
Html-template-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/html-template-users