SmokeyB has asked for the wisdom of the Perl Monks concerning the following question:
I would like to access each one of those hashes inside $VAR2. If anyone has any suggestions, that would be great!!$VAR1 = 'VehicleClaimHistoryConsumerDS'; $VAR2 = { 'RequestParametersDT' => { 'VIN' => '1G2JC51H', 'Memo' => '1234567890', 'VICCType' => 'A' }, 'ClaimKindOfLossTransDT' => { 'LossAmt' => '59', 'UITTransactionTypeCode' => '', 'ClaimId' => '070041356250000000 +000', 'Sequence' => '1', 'KindOfLossCode' => '27' }, 'ClaimBaseInfoDT' => { 'VIN' => '1G2JC51H', 'ExpenseAmt' => '0', 'ClaimDay' => '4', 'ClaimYear' => '1993', 'ClaimId' => '070041356250000000000', 'IAOCompanyInd' => 'N', 'ClaimMonth' => '10' }, 'ClaimKindOfLossDT' => { 'VehicleLossCode' => 'K', 'ClaimId' => '070041356250000000000', 'KindOfLossCode' => '27' }, };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Access Hash References
by Ovid (Cardinal) on Sep 15, 2003 at 20:38 UTC | |
by SmokeyB (Scribe) on Sep 16, 2003 at 14:06 UTC | |
|
Re: Access Hash References
by shenme (Priest) on Sep 15, 2003 at 20:45 UTC |