Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "my %hit = map { $_ => 1 } 40, 47, 76;
    ...
    40
    47
    76
    
  2. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "my %hit = map { $_ => 1 } 40, 47, 76;
    ...
       }
    "
    40  47  76