Help for this page
#!/usr/bin/perl ... $hoh{'key'} = \%hash; print Dumper \%hoh;
$VAR1 = { 'key' => { ... 'b' => 2 } };