That would be Handlers => [ Unparsed => \&my_Unparsed_handler ] should be Handlers => { Unparsed => \&my_Unparsed_handler }. Note the { ... } instead of [ ... ]: the Handlers parameter should be a hash ref, not an array ref (hence the error message when Perl tries to force an arry into a hash).
In reply to Re: XML::Checker::Parser
by mirod
in thread XML::Checker::Parser
by rubric
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |