in reply to Find and replace

What kind of solution are you looking at for interfacing with your data? Like alf and jeffa suggested, HTML::Parse or HTML::TokeParser would probably be the way to go to actually get the data.

If you're using some kind of database solution, consider outputting the parsed data into a file as columns (space/tab/character delimited fields) so that you can easily import the data into a table format.

Rich36