in reply to Getting URL info

The module cited by Abigail-II is inside HTML::Parser and its name is HTML::LinkExtor. It is very simple to create a parser using HTML::TokeParser, give it a try.

I think there is something wrong in your script: you are looking for a line that contains a title tag and a link at the same time... is this correct?

Ciao, Valerio