in reply to Re^6: Need to have perl script to compare two txt files and print difference along with under which segment the difference is
in thread Need to have perl script to compare two txt files and print difference along with under which segment the difference is

} else { my $file = $file[0]; $file = $file[1] if defined $rec->[1]; printf "%s %s %s\n",$segment,$row,$file; }
poj
  • Comment on Re^7: Need to have perl script to compare two txt files and print difference along with under which segment the difference is
  • Download Code