in reply to Re^6: Perl Hashes, keys under keys (I think)?in thread Perl Hashes, keys under keys (I think)?
Instead of this --> length($rec3) I tried using this --> length($records{ $rec1 }{ $rec2 }{ $rec3 }) [download]