NAME
HTTP::Cookies::Opera - Cookie storage and management for Opera
SYNOPSIS
use HTTP::Cookies::Opera;
$cookie_jar = HTTP::Cookies::Opera->new(file => $file);
DESCRIPTION
The HTTP::Cookies::Opera
module is a subclass of HTTP::Cookies
that can load()
and save()
Opera cookie files.
SEE ALSO
http://www.opera.com/docs/operafiles/#cookies
REQUESTS AND BUGS
Please report any bugs or feature requests to http://rt.cpan.org/Public/Bug/Report.html?Queue=HTTP-Cookies-Opera. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc HTTP::Cookies::Opera
You can also look for information at:
GitHub Source Repository
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
http://rt.cpan.org/Public/Dist/Display.html?Name=HTTP-Cookies-Opera
Search CPAN
COPYRIGHT AND LICENSE
Copyright (C) 2011-2013 gray <gray at cpan.org>, all rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
gray, <gray at cpan.org>