Help for this page

Select Code to Download


  1. or download this
    my $cookies = HTTP::Cookies->new();
    my $ua = LWP::UserAgent->new( cookie_jar => {} );
    
  2. or download this
    my $cookies = HTTP::CookieJar::LWP->new;
    my $ua = LWP::UserAgent->new( cookie_jar => $cookies );