Now i have got the contents of the HTML into a file1. file1 has user related data.
Next, i am using another FILE, file2. file2 contains a list of users specific to a category.
Based on the data in file2, i have to modify the file1 content.
How effectively can i do this?