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


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

Index


NAME

Top

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

SYNOPSIS

Top

	use HTTP::Cookies::iCab;

	my $cookie_jar = HTTP::Cookies::iCab->new( $cookies_file );

	# otherwise same as HTTP::Cookies

DESCRIPTION

Top

This package overrides the load() and save() methods of HTTP::Cookies so it can work with iCab 3 cookie files. This doesn't work on iCab 4 cookie files yet, but if you really need that, convert HTTP::Cookies::Safari to do what you need.

See HTTP::Cookies.

SOURCE AVAILABILITY

Top

This source is part of a SourceForge project which always has the latest sources in CVS, as well as all of the previous releases.

	http://sourceforge.net/projects/brian-d-foy/

If, for some reason, I disappear from the world, one of the other members of the project can shepherd this module appropriately.

AUTHOR

Top

brian d foy, <bdfoy@cpan.org>

COPYRIGHT AND LICENSE

Top


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