in reply to CGI Server Insert XML Data to Mysql

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