Is there a way to do views in the perl code so that it doesn't need to be created every time? Perhaps something like:
my $view = Template::View->new( %params );
Template->new( VIEWS => { $view } )
_______________________________________________ templates mailing list [email protected] http://mail.template-toolkit.org/mailman/listinfo/templates
