hey --
I just noticed if you do:
use LWP::Simple;
$doc = get("http://www.lycos.com");
print $doc;
and then go into the View/Document Source window of Netscape, the pages are
*completely* different.
what are the defaults set for LWP::Simple, anyways?
Thanks,
Ed