in reply to XML parsing question

foreach (@{$doc->{document}->{$key}->{record}}){
        print Dumper($_);
# Parse the contents as reqd
}