in reply to extracting attribute from HTML tag
If you look at HTML::TokeParser Tutorial 's example code, especially around line 30 or following, it should do what you need if you change 'href' to 'title' on line 33, I believe.
Hope that helps.