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