I want to get all the values from the xml reference variable.. Please help...foreach my $key (keys %$xml) { my $inha = $xml->{$key}; print " $key => $xml->{$key}"; my $prophash = $xml->{$key}{'Properties'}; foreach my $k (%$prophash) { print "$k => $prophash->{$k}"; } }
In reply to XML Data Extraction by nishanth_ev
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |