Without parameters, an HTTP::Cookies object keeps cookies in memory,
so they're no longer available once your program exits. The
file parameter in the
cookie_jar method call specifies a filename to use
for initializing the cookie jar and for saving updated or new
cookies. This is how you give cookies a shelf life beyond a single
run of your program.
To disable cookies, call cookie_jar with no
parameters:
$ua->cookie_jar( );