It would be nice if LWP::UserAgent gave an interface to the
HTTP::Headers->referer allowing it to be set when using LWP::Simple. In
this:
use LWP::Simple qw($ua head get getstore);
$ua->referer("http://host/previous.html");
would work.
I have a patch file for UserAgent.pm if needed.
Thanks.
--Bill Adams