in reply to Re^3: Extract XML data in perl
in thread Reaped: Extract XML data in perl
expected output is only names (apple,orange)VAR1 = { 'Status' => 'Success', 'Definition' => { '31128' => { 'priority' => '3', 'R' => { ' 'id' => '38873' }, 'ctime' => '1438886368631', 'parent' => '12118', 'count' => '0', 'mtime' => '1438886368631', 'name' => `Apple` } '31351' => { 'priority' => '3', 'R' => { ' 'id' => '53328' }, 'ctime' => '1438886368631', 'parent' => '12118', 'count' => '0', 'mtime' => '1438886368631', 'name' => `Orange` }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Extract XML data in perl
by Corion (Patriarch) on Oct 01, 2015 at 12:40 UTC |