Help for this page

Select Code to Download


  1. or download this
    my %b;
    foreach (@a) { $b{$_} = 1 if defined $_ }
    
  2. or download this
    use Benchmark ':all';
    
    ...
             Rate     map foreach
    map     374/s      --    -44%
    foreach 673/s     80%      --