Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: CGI Server Insert XML Data to Mysql

by poj (Abbot)
on Oct 23, 2014 at 07:25 UTC ( [id://1104740]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1104740]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-23 08:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found