- or download this
my %hash_of_hashes;
...
# add this hash to the hash-of-hashes:
$hash_of_hashes{$record_no} = \%unitfiles_hash;
}
- or download this
my %hash_of_hashes;
...
Photo_permission => $f[14],
};
}
- or download this
my %hash_of_hashes;
...
$hash_of_hashes{$rn} = \%h;
}