Help for this page

Select Code to Download


  1. or download this
    push ( @{$map{$$row[1]}{$$row[2]}}, $$row[0] ) unless $map{$$row[1]}{$
    +$row[2]}{$$row[0]}++;
    
  2. or download this
    push ( @{$map{$$row[1]}{$$row[2]}}, $$row[0] ) unless ${$map{$$row[1]}
    +{$$row[2]}{$$row[0]}}++;
    
  3. or download this
    push ( @{$map{$$row[1]}{$$row[2]}}, $$row[0] ) unless grep { /$$row[0]
    +/ } @{$map{$$row[1]}{$$row[2]}};