Help for this page

Select Code to Download


  1. or download this
    use LWP::Simple qw( $ua getstore );
    # ...
    $ua->cookie_jar(
      HTTP::Cookies->new( file => $cookie_path, autosave => 1 )
    );