Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: XML::Simple, XMLOut() question

by samarzone (Pilgrim)
on Dec 15, 2010 at 15:04 UTC ( [id://877287]=note: print w/replies, xml ) Need Help??


in reply to Re^2: XML::Simple, XMLOut() question
in thread XML::Simple, XMLOut() question

You need not loop. Following would suffice

$x->{user}->{favorites} = {item => $x->{user}->{favorites}};

where $x is your original structure


-- Regards - Samar

Replies are listed 'Best First'.
Re^4: XML::Simple, XMLOut() question
by duesouth (Initiate) on Dec 15, 2010 at 16:17 UTC
    Many thanks, that's done the trick.

Log In?
Username:
Password:

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

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

    No recent polls found