$
cjar
->scan
( \&
callback
)
Invokes the
callback
subroutine for each cookie in the cookie jar. The
subroutine is called with the same arguments that are given to the
save
method, described above. Any undefined arguments will be given the value
undef
.