in reply to CGI Server Insert XML Data to Mysql
twig_handlers => { 'ns1:ServiceException' => \&ServiceException, } [download]
my $twig = new XML::Twig( twig_handlers => { ServiceException => \&ServiceException, }, namespaces => 1 ); [download]