Help for this page

Select Code to Download


  1. or download this
    if (/$word/i) {
        print unless (++$matches{$word} > 1)    
    }
    
  2. or download this
    if (/$word/i) {
        print unless (++$matches{lc $word} > 1)    
    }