Help for this page

Select Code to Download


  1. or download this
    # %b is a hash already containing the values from fileB, with the 
    # first column as keys and the second column as values.
    ...
      }
      print $file_of_misses "$line\n";          # no, so print it to the n
    +on-match file
    }
    
  2. or download this
    while( my $line = <$fileA> ){
       # do stuff with $line
    ...
    while( <$fileA> ){
      my $line = $_;
      # do stuff with $line