NAME
HTTP::Cookies::w3m - Cookie storage and management for w3m
SYNOPSIS
use HTTP::Cookies::w3m;
$cookie_jar = HTTP::Cookies::w3m->new(file => '/home/user/.w3m/cookie');
DESCRIPTION
This package overrides the load() and save() methods of HTTP::Cookies so it can work with w3m cookie files.
NOTE
save() is don't work.
AUTHOR
Kazuhiro Osawa <ko@yappo.ne.jp>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.