I'm trying to pull down/parse a web page that has frames in it. LWP::UserAgent returns some page about how I should be using a browser that supports frames. What modules/solutions do you fine people use to handle framed web pages?
I tried LWP::UserAgent::FramesReady to no avail. Couldn't get it to compile on two different machines.