4 Einträge, 1 Seite |
QuoteError Detection Options
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.
my $t = HTML::Template->new(type => 'filename', source => 'file.tmpl', die_on_bad_params => 0);
4 Einträge, 1 Seite |