in reply to Hashes and values

Hello Nansh,

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*

There are no rules, there are no thumbs..
Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.