NAME
HTTP::Cookies::Find - Locate cookies for the current user on the local machine.
SYNOPSIS
use HTTP::Cookies::Find;
my $oCookies = HTTP::Cookies::Find->new('domain.com');
# $oCookies is a subclass of HTTP::Cookies
DESCRIPTION
USAGE
BUGS
SUPPORT
AUTHOR
Martin Thurn <mthurn@cpan.org>
COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
SEE ALSO
perl(1).