Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
so I assigned it to a hash variable %result = Dumper($som->paramsall); but I can not acess this data using print "$result{'MisspelledWordCount'}";$VAR1 = { 'body' => 'thi is a test', 'ver' => '1.0', 'MisspelledWordCount' => '1', 'MisspelledWord' => { 'SuggestionCount' => '25', 'word' => 'thi', 'Suggestions' => [ 'ti', 't hi', 'the', 'phi', 'tho', 'thy', 'chi', 'th', 'this', 'thin', 'hi', 'thing', 'thaw', 'Thai', 'their', 'then', 'thee', 'thou', 'thew', 'they', 'thigh', 'Thia', 'thaws', 'Thu', 'theirs' ] } };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help With Parsing XML format / Hash of Hashes
by GrandFather (Saint) on Nov 23, 2007 at 23:52 UTC | |
by Anonymous Monk on Nov 24, 2007 at 00:26 UTC | |
|
Re: Help With Parsing XML format / Hash of Hashes
by Anonymous Monk on Nov 24, 2007 at 03:22 UTC | |
by Anonymous Monk on Nov 24, 2007 at 05:52 UTC |