I want to write a Perl script which seems easy but somehow I am lost in it.
I have a HTML file and a filter.txt file.
HTML file has contents like
<tr><td>DATA_START</td><td align="center">77777</td><td align="center">0</td><td align="center">0</td></tr>.....
I want to search the contents of the file filter.txt. If there is that content, then get its attribute A and B. In this case, if DATA_start is part of filter.txt and its there in the HTML file, then A is 7777 and B is 0.
This result I want to put in an XML file.