Hugh Hunter wrote: > I'd rather have the call to > Template::process fail if the input file contains a reference to a key > that doesn't exist in the stash.
use Template::Constants qw( :debug );
my $template = Template->new({
DEBUG => DEBUG_UNDEF,
});
HTH
A
_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates
