redrose123,
With more information, I could be more specific.
WWW::Selenium provides a myriad of methods that may be applicable to your situation.
- get_title()
- get_body_text()
- $sel->get_html_source() - which you can use your favorite HTML parser with
- $sel->is_text_present($pattern) - which takes a regular expression