Help for this page

Select Code to Download


  1. or download this
    my %hash = (
      one => [1,2,4],
      two => [5,7,9],
    );
    
  2. or download this
    $hash{one} += [7,8,11];