$
ua
->cookie_jar
([$
cjar
])
Specifies the "cookie jar" object to use with the UserAgent object, or returns it
if invoked with no argument.
$cjar
is a reference to an HTTP::Cookies object
that contains client cookie data. See the HTTP::Cookies section for more information.