-
-
22 Jul 2020 23:58:50 UTC
- Distribution: WWW-FetchStory
- Module version: 0.2201
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (276 / 0 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (41.75KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Kathryn Andersen
- Dependencies
- Archive::Zip
- Date::Format
- EBook::EPUB
- Encode
- Encode::ZapCP1252
- File::Basename
- File::Temp
- Getopt::Long
- HTML::Entities
- HTML::Strip
- HTML::Tidy::libXML
- HTTP::Cookies
- HTTP::Cookies::Mozilla
- Module::Pluggable
- Pod::Usage
- WWW::Mechanize::Sleepy
- XML::LibXML
- YAML::Any
- strict
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Looking for help!
The maintainer of this distribution is looking for people to help them improve this module! If you're interested then please contact them via email.NAME
HTTP::Cookies::Wget - access to Wget cookies files
VERSION
version 0.2201
SYNOPSIS
use LWP; use HTTP::Cookies::Wget; $cookie_jar = HTTP::Cookies::Wget->new( file => "c:/program files/netscape/users/ZombieCharity/cookies.txt", ); my $browser = LWP::UserAgent->new; $browser->cookie_jar( $cookie_jar );
DESCRIPTION
This is a subclass of
HTTP::Cookies
that reads (and optionally writes) Wget/Mozilla cookie files.See the documentation for HTTP::Cookies.
CAVEATS
Please note that the Wget/Mozilla cookie file format can't store all the information available in the Set-Cookie2 headers, so you will probably lose some information if you save in this format.
At time of writing, this module seems to work fine with Mozilla Phoenix/Firebird.
SEE ALSO
COPYRIGHT
Copyright 2002-2003 Gisle Aas
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install WWW::FetchStory, copy and paste the appropriate command in to your terminal.
cpanm WWW::FetchStory
perl -MCPAN -e shell install WWW::FetchStory
For more information on module installation, please visit the detailed CPAN module installation guide.