Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: parsing various xml responses

by pajout (Curate)
on Dec 14, 2009 at 12:23 UTC ( [id://812696]=note: print w/replies, xml ) Need Help??


in reply to parsing various xml responses

use XML::Trivial; use strict; use warnings; my $obj = XML::Trivial::parse('<?xml version="1.0" encoding="ISO-8859- +1" ?> <PayoneerResponse> <Echo> <Status>000</Status> <Description>Echo Ok - All systems are up.</Description> </Echo> </PayoneerResponse>'); print $$obj{PayoneerResponse}{Echo}{Status}->ts;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-25 09:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found