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