Beefy Boxes and Bandwidth Generously Provided by pair Networks DiBona
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: Problem handling array from XML stream

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

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


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
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.