in reply to Help With Parsing XML format / Hash of Hashes
I am unable to get to the $result1->{'Suggestions'} since there are so many values in it. Could someone please show me how to access this structure. Thanks.$result = $som->paramsall; $result1 = $result->{'MisspelledWord'}; $nosuggestions = $result1->{'SuggestionCount'}; $mistake = $result1->{'word'}; $suggestion = $result1->{'Suggestions'};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Help With Parsing XML format / Hash of Hashes
by Anonymous Monk on Nov 24, 2007 at 05:52 UTC |