HTTP::Cookies::iCab - Cookie storage and management for iCab
use HTTP::Cookies::iCab;
my $cookie_jar = HTTP::Cookies::iCab->new( $cookies_file );
# otherwise same as HTTP::Cookies
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.
This is an abandoned module. The source might still be at:
https://github.com/CPAN-Adoptable-Modules/http-cookies-icab
brian d foy, "<bdfoy@cpan.org>"
Copyright © 2003-2018, brian d foy <bdfoy@cpan.org>. All rights
reserved.
This program is free software; you can redistribute it and/or
modify it under the terms of the Artistic License 2.0.
Hey! The above document had some coding errors, which are explained
below:
- Around line 40:
- Non-ASCII character seen before =encoding in '©'. Assuming
UTF-8