discrepancy between LWP::Simple and netscape HTML

Ed Peschko (epeschko@elmer.tci.com)
Wed, 9 Jul 1997 00:26:46 -0600 (MDT)


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