Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
when I dump the hash I am discovering that SimpleXML is parsing the HTML into the hash. This is not what I want. I want to just grab content inside of it. How do I do this? Thank you!$xml= eval { $data->XMLin($webpage, forcearray => 1, suppressempty=> +'') };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Simplexml parsing html in xml entity in hash
by ikegami (Patriarch) on Apr 14, 2010 at 20:58 UTC |