Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polettix/http-cookies-mozilla-tmp
Cookie storage and management for Mozilla
https://github.com/polettix/http-cookies-mozilla-tmp
Last synced: 27 days ago
JSON representation
Cookie storage and management for Mozilla
- Host: GitHub
- URL: https://github.com/polettix/http-cookies-mozilla-tmp
- Owner: polettix
- License: other
- Created: 2011-03-14T22:53:36.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-14T22:55:16.000Z (almost 14 years ago)
- Last Synced: 2024-10-27T12:33:00.731Z (3 months ago)
- Language: Perl
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
$Id$
You can install this using in the usual Perl fashion
perl Makefile.PL
make
make test
make install
The documentation is in the module file. Once you install
the file, you can read it with perldoc.perldoc HTTP::Cookies::Mozilla
If you want to read it before you install it, you can use
perldoc directly on the module file.perldoc lib/Mozilla.pm
This module is also in CVS on SourceForgehttp://sourceforge.net/projects/brian-d-foy/
Enjoy,
brian d foy, [email protected]