Hello,
Could you please help me in following scenario in Perl scripting?
I want to compare two text files & change the charter at the position. Output of this comparision in third file with flags C-CHANGE, N-SAME at the end of line.
IN PUT1:
Posi
3 ATG
2 ACT
1 ATC
........
IN PUT2:
ref Multant
G C
C A
A A
........
OUT PUT:
posi Ref Mul
3 ATG ATC CHANGE
2 ACT AAT CHANGE
1 ATC ATC SAME
.................