my $ua = LWP::UserAgent->new; $ua->agent('Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)'); $ua->cookie_jar({ file => "$ENV{HOME}/.cookies.txt" });