Help for this page

Select Code to Download


  1. or download this
    # Assumes $ua is an LWP::UserAgent object
    use HTTP::Cookies;
    ...
        autosave => 1,
    );
    $ua->cookie_jar($cookie_jar);
    
  2. or download this
    $ua->get( $url, ':content_file' => 'file.bin', 'Cookie' => '...', );