Description
Perl HTTP clients can store and send cookies through a minimalist cookie jar. This helps scripts and applications keep session state while interacting with web services.
It is a library for HTTP clients. Cookies can carry session identifiers or tracking data, so storage, domain rules, and logging should be handled with care.