Help for this page

Select Code to Download


  1. or download this
    my @value_table = @hash{ @keys };
    
  2. or download this
    my @value_table = values %hash;