in reply to How to access the HAsh Reference Elements and Value from XML::Simple out put
while (my ($key, $value) = each %{$data->{Dev}->{VeCog}->{Operations}} +) { print $key, ":", $value->{Value}, "\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to access the HAsh Reference Elements and Value from XML::Simple out put
by shawshankred (Sexton) on Sep 17, 2010 at 13:51 UTC |