Help for this page

Select Code to Download


  1. or download this
    
           The module will also export the LWP::UserAgent object as
           `$ua' if you ask for it explicitly.
    
  2. or download this
    use LWP::Simple qw(get $ua);
    use HTTP::Cookies;
    ...
    $ua->cookie_jar($jar);
    ...
    $result = get $url;