| 
 
 NAMEHTTP::Cookies::iCab - Cookie storage and management for iCab SYNOPSIS        use HTTP::Cookies::iCab;
        my $cookie_jar = HTTP::Cookies::iCab->new( $cookies_file );
        # otherwise same as HTTP::Cookies
DESCRIPTIONThis 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 AVAILABILITYThis is an abandoned module. The source might still be at: https://github.com/CPAN-Adoptable-Modules/http-cookies-icab AUTHORbrian d foy, "<bdfoy@cpan.org>" COPYRIGHT AND LICENSECopyright © 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. POD ERRORSHey! The above document had some coding errors, which are explained below: 
 
 
  |