The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::Curl - Perl extension interface for libcurl

SYNOPSIS

    use WWW::Curl;
    print $WWW::Curl::VERSION;

DESCRIPTION

WWW::Curl is a Perl extension interface for libcurl. See WWW::Curl::Easy and WWW::Curl::Multi for more documentation.

AUTHOR

Version 3.02 adds some backwards compatibility for scripts still using 'WWW::Curl::easy' names.

Version 3.00 adds WWW::Curl::Multi interface, and a new module names following perl conventions (WWW::Curl::Easy rather than WWW::Curl::easy), by Sebastian Riedel <sri@cpan.org>

Version 2.00 of WWW::Curl::easy is a renaming of the previous version (named Curl::easy), to follow CPAN naming guidelines, by Cris Bailiff.

Currently maintained by Cris Bailiff <c.bailiff+curl at devsecure.com>

COPYRIGHT

Copyright (C) 2003,2004,2005 Cris Bailiff

You may opt to use, copy, modify, merge, publish, distribute and/or sell copies of the Software, and permit persons to whom the Software is furnished to do so, under the terms of the MPL or the MIT/X-derivate licenses. You may pick one of these licenses.

SEE ALSO

WWW::Curl::Easy, WWW::Curl::Multi, http://curl.haxx.se

1 POD Error

The following errors were encountered while parsing the POD:

Around line 17:

=cut found outside a pod block. Skipping to next block.