Is it possible to extract just text from the viewable page without it scraping the source code? Or does LWP::Simple use the source code to get the text?
That's pretty much all I'm wondering is whether I can take the text on the screen as a whole without scanning the source code.