Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    __DATA__
    one two three four five
    
  2. or download this
    my %data = map {$_ => 0} @values;