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