in reply to Unused variable in HTML::Template results in blank screen
my $template = HTML::Template->new(filename => $f_name, die_on_bad_par +ams => 0);
die_on_bad_params - if set to 0 the module will let you call $template->param(param_name => 'value') even if 'param_name' doesn't exist in the template body. Defaults to 1.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Unused variable in HTML::Template results in blank screen
by jonnyfolk (Vicar) on Aug 09, 2003 at 09:44 UTC |