hi all..
i have just now started working in perl... i have a requirment where in i need to compare two text files.. and need to print the contents that are not present in file 2 during comparison into a third file.. i am able to compare files but dont know how to move the missing contents into new file.. can anyone kindly help me in doing it.. to make things clear all i want to do is:
will be thankful to whatever help i get
thanks
mano
i have just now started working in perl... i have a requirment where in i need to compare two text files.. and need to print the contents that are not present in file 2 during comparison into a third file.. i am able to compare files but dont know how to move the missing contents into new file.. can anyone kindly help me in doing it.. to make things clear all i want to do is:
Code:
sample: file 1 a,"1",g,c file 2 a,"1",c after comparison i want file 3 to hold the missing content that is file 3 g
thanks
mano
Comment