Accessing them one by one:
$soapResult{ClaimKindOfLossDT}{ClaimId};Accessing them in bulk:
while (my ($parent_key,$hashref) = each %soapResult) { print "$parent_key:\n"; while (my ($info_key,$value) = each %$hashref) { print "\t$info_key: $value\n"; } }
Cheers,
Ovid
New address of my CGI Course.
In reply to Re: Access Hash References
by Ovid
in thread Access Hash References
by SmokeyB
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |