Help for this page

Select Code to Download


  1. or download this
    push @array, $hash{$_} for keys %hash;
  2. or download this
    push @array, values %hash;