http://www.perlmonks.org?node_id=436280

EchoAngel has asked for the wisdom of the Perl Monks concerning the following question:

E.g. given the array @a = qw/foo bar burp/ and the value 1, create a hash like
%h = ( 'foo' => { 'bar' => { 'burp' => 1 } } );

Originally posted as a Categorized Question.