Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Problem handling array from XML stream

by Thelonius (Priest)
on Jun 05, 2006 at 03:30 UTC ( [id://553526]=note: print w/replies, xml ) Need Help??


in reply to Re: Problem handling array from XML stream
in thread Problem handling array from XML stream

And, third, change this:
$one_program_name = $programs->{NAME}->[0];
to this:
$one_program_name = $programs->{NAME};

NAME is an attribute and there can be only one, so it isn't an array reference.

bobf did this, but didn't note it in his response.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (1)
As of 2024-04-24 15:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found