Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Unblessed Reference Error, XMLin

by bart (Canon)
on Apr 09, 2012 at 20:06 UTC ( [id://964197]=note: print w/replies, xml ) Need Help??


in reply to Unblessed Reference Error, XMLin

$xml = $xml->XMLin($xmlData);
In each loop, you're replacing the previous value in $xml with new data. That is bound to go wrong the second time you go through the loop body.

Most likely you need to use a different variable.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-25 13:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found