in reply to Hashes and values
many way are possible (see docs linked by haukex), normally I use HoH created with the contained hash as anonymous one:
my %container_hash; $container_hash{ holder_key } = { anonymous => 'hash', created_by => ' +braces' };
L*
|
|---|