... my $agent = WWW::Mechanize->new(); my $cj = HTTP::Cookies->new(file => "/file/to/cookie_jar"); $agent->cookie_jar($cj); ...