Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      $delete_words{$_}++;
    }
    close($fh);
    
  2. or download this
    if (exists($delete_words{$_})) {
      # do nothing
    ...
    else {
      # write to file C
    }