in reply to Web Pages with frames

LWP::UserAgent has done what you asked it to do i.e. return the HTML for that URL. If you need the contents of one of the frames make another call with that URL. For instance in this case it may be the frame named 'MAIN' and you would need the URL endiing 'main.HTM'.

HTML::TokeParser::Simple would be a good place to start if you need Perl to extract it.

If you have trouble with the parser show us what you have tried and I'm sure we'll be able to give you a hand.

Good luck!