Help for this page

Select Code to Download


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