Help for this page

Select Code to Download


  1. or download this
    SYNOPSIS
    
    ...
    my $ua = LWP::UserAgent->new(
      cookie_jar => HTTP::CookieJar::LWP->new
    );
    
  2. or download this
    DESCRIPTION
    
    This module is an experimental adapter to make HTTP::CookieJar work wi
    +th LWP.
    
  3. or download this
    #! perl
    use strict;
    ...
    say Dumper $ua->cookie_jar->cookies_for( $url );
    
    __END__
    
  4. or download this
    [00:04][nick:~/monks]$ perl 1139766.pl
    Secret_Number=42
    ...
              'creation_time' => 1440486262
            };
    
  5. or download this