twig_handlers => { 'ns1:ServiceException' => \&ServiceException, } #### my $twig = new XML::Twig( twig_handlers => { ServiceException => \&ServiceException, }, namespaces => 1 );