http://www.perlmonks.org?node_id=604512


in reply to Re: Remove string from file
in thread Remove string from file

Hi Your solution seems to be great. But i have a different problem. I have a file 'A' which contains say n lines each having unique name. Now in another file 'B' I need to search for these n strings from 'A' and delete those lines in this 'B' and create a new file 'C'. Can any one help me on this