Hi, I'm having trouble to get the value of a certain tag which seems have a complicated data structure.
Object: To pull data from a data and print it out to a report file.
Problem: Getting the data from array of hash and pass it to a hash of hash or print it directly(any easy way).
This code is where i pull data from a certain file (Array of hashes)
$rej= $error_info->[0]->{'ERROR_CODE'};
pass $rej variable to be a hash (Hashes of hash).
$outHash{reject}= $rej;
output should populate the report leaving those blank fields
[API] tmstmp = 2007-08-15_192437
[API] rspns_typ = Line Loss
[API] rej_code =
[API] rej_desc =
[API] Response Type Included in Report.