Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
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 pondering the Monastery: (4)
As of 2025-06-12 15:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.