Why not adopt me?
NAME
HTTP::Cookies::Mozilla - Cookie storage and management for Mozilla
SYNOPSIS
use HTTP::Cookies::Mozilla;
$cookie_jar = HTTP::Cookies::Mozilla->new;
# otherwise same as HTTP::Cookies
DESCRIPTION
This package overrides the load() and save() methods of HTTP::Cookies so it can work with Mozilla cookie files.
This module should be able to work with all Mozilla derived browsers (FireBird, Camino, et alia).
See HTTP::Cookies.
SOURCE AVAILABILITY
This source is part of a SourceForge project which always has the latest sources in CVS, as well as all of the previous releases.
http://sourceforge.net/projects/brian-d-foy/
If, for some reason, I disappear from the world, one of the other members of the project can shepherd this module appropriately.
AUTHOR
Derived from Gisle Aas's HTTP::Cookies::Netscape package with very few material changes.
maintained by brian d foy, <bdfoy@cpan.org>
COPYRIGHT
Copyright 1997-1999 Gisle Aas
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.