Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Help with Parsing XML output

by NetWallah (Canon)
on Aug 12, 2014 at 03:55 UTC ( [id://1097063]=note: print w/replies, xml ) Need Help??


in reply to Help with Parsing XML output

Since you are pressed for time, I'd suggest changing your XMLin to:
my $xml = new XML::Simple (KeyAttr=>[], ForceArray => [ 'category' ],);
And keeping your "foreach my $cat(.." intact.

        Profanity is the one language all programmers know best.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (8)
As of 2024-04-24 09:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found