Help for this page
push @{$arr[1][1]}, 222;
my %hoa=("one" => [1,11], "two"=> [2,22]);
push @{$hoa{two}}, 222;