NAME HTTP::Cookies::Mozilla - Cookie storage and management for Mozilla SYNOPSIS use HTTP::Cookies::Mozilla; my $file = ...; # Firefox profile dir / cookies.sqlite my $cookie_jar = HTTP::Cookies::Mozilla->new( file => $file ); # 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. These might be