in reply to Re: Populating a nested hash with itself?
in thread Populating a nested hash with itself?
As you can see, Data::Dumper now produces Perl code, and not merely a Perl-like syntax to describe the data.$VAR1 = { 'k1' => { 'k11' => [ 'v1', 'v2' ], 'k12' => 'w00t!' }, 'k2' => { 'k21' => 'what?', 'k22' => [] } }; $VAR1->{'k2'}{'k22'} = $VAR1->{'k1'}{'k11'};
--
[ e d @ h a l l e y . c c ]
|
|---|