HTTP::Cookies::w3m - Cookie storage and management for w3m


HTTP-Cookies-w3m documentation  | view source Contained in the HTTP-Cookies-w3m distribution.

Index


NAME

Top

HTTP::Cookies::w3m - Cookie storage and management for w3m

SYNOPSIS

Top

  use HTTP::Cookies::w3m;
  $cookie_jar = HTTP::Cookies::w3m->new(file => '/home/user/.w3m/cookie');

DESCRIPTION

Top

This package overrides the load() and save() methods of HTTP::Cookies so it can work with w3m cookie files.

NOTE

Top

save() is don't work.

AUTHOR

Top

Kazuhiro Osawa <ko@yappo.ne.jp>

LICENSE

Top

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Top

HTTP::Cookies.


HTTP-Cookies-w3m documentation  | view source Contained in the HTTP-Cookies-w3m distribution.