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
# Call in array context to find cookies from multiple
# browsers/versions:
my @aoCookies = HTTP::Cookies::Find->new('domain.com');
@aoCookies is an array of HTTP::Cookies objects
DESCRIPTION
Note that the returned object contains a read-only copy of the found cookies.
USAGE
BUGS
Please notify the author if you find any.
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.
SEE ALSO
HTTP::Cookies, HTTP::Cookies::Microsoft, HTTP::Cookies::Netscape