Help for this page

Select Code to Download


  1. or download this
    my @keys = qw (1,2,3);
    
  2. or download this
    my @keys = (1,2,3); # or (1..3) if they're consecutive numbers
    
  3. or download this
    my @keys = qw(1 2 3);
    
  4. or download this
    use Data::Dumper;
    my @keys = (1,2,3);
    ...
                              }
                     }
            };