Help for this page
$VAR1 = { 'a' => '1', ... 2 ] };
My hash-> $VAR1 = { 'a' => '1', ... 2 ] };
use Data::Dumper; ... }; print "\tMy hash-> " . Dumper $hash;