in reply to Automating Web Testing

I am using a combination of WWW::Mechanize and Test::More and they are working quite well together.

I also tried using HTML::Lint as well but it seems to parse the HTML incorrectly so I do that parsing myself....keeps saying I have unmatched <a> tags even though I have manually reviewed the tags myself and found nothing wrong with them.

Thanks everyone for pointing me in the right direction.