in reply to Re: XML Twig Handler Triggers Syntax
in thread XML Twig Handler Triggers Syntax
These both function. In my initial code I typed
my $twig_handlers =...
instead of
my $twig_handlers => ...
I wouldn't have caught the code error without comparing it to yours. Thanks!