Help for this page

Select Code to Download


  1. or download this
    push @{$arr[1][1]}, 222;
    
  2. or download this
    my %hoa=("one" => [1,11], "two"=> [2,22]);
    
  3. or download this
    push @{$hoa{two}}, 222;