in reply to Re: Template::Toolkit - catching errors when plugin is missing?
in thread Template::Toolkit - catching errors when plugin is missing?
Indeed they did!
<!--[% TRY; USE Stash; USE Dumper Indent = 1; Dumper.dump( Stash.stash() ) | replace('-(?=-)', '- '); CATCH %] No dump without stash ERROR! Type: [% error.type %] Info: [% error.info %] [% END %]-->
That's my new DUMP.tt
|
|---|