Help for this page

Select Code to Download


  1. or download this
    my @keys = qw {red blue red};
    my @vals = (1, 2, 3);
    
  2. or download this
    
    my %hash = (
        red => [1, 3],
        blue => [2],
    )