Help for this page

Select Code to Download


  1. or download this
    grep { $h1{$_}=1 } @{$all[0]};
    
  2. or download this
    grep { $h1{$_}=1; undef; } @{$all[0]};
    
  3. or download this
    @h1{@{$all[0]}}=(1) x @{$all[0]};