Re: Error - odd number of option parameters?
Karen <[email protected]> Sun, 16 Sep 2007 17:56:43 -0500
| Newsgroups | gmane.comp.lang.perl.modules.html-template |
|---|---|
| Message-ID | <[email protected]> |
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 [email protected] https://lists.sourceforge.net/lists/listinfo/html-template-users