curl/perl/Curl_easy
Daniel Stenberg 03fea9722c Cris Bailiff's 1.1.5 changes: Add latest CURLOPT_ and CURLINFO_ constants to
the constants list
2001-04-20 11:03:40 +00:00
..
Changes Cris Bailiff's 1.1.5 changes: Add latest CURLOPT_ and CURLINFO_ constants to 2001-04-20 11:03:40 +00:00
MANIFEST Georg Horn's updates, this is _also_ called 1.1.3 ! ;-) 2001-04-18 13:41:04 +00:00
Makefile.PL Cris Bailiff's and Georg Horn's big improvements 2001-04-18 06:51:30 +00:00
Makefile.am Added to build proper releases 2001-03-16 13:09:05 +00:00
README Georg Horn's updates, this is _also_ called 1.1.3 ! ;-) 2001-04-18 13:41:04 +00:00
easy.pm Cris Bailiff's 1.1.5 changes: Add latest CURLOPT_ and CURLINFO_ constants to 2001-04-20 11:03:40 +00:00
easy.xs Cris Bailiff's 1.1.5 changes: Add latest CURLOPT_ and CURLINFO_ constants to 2001-04-20 11:03:40 +00:00
test.pl Cris Bailiff's and Georg Horn's big improvements 2001-04-18 06:51:30 +00:00

README

README for Perl extension Curl::easy.

The perl module Curl::easy provides an interface to the cURL library "libcurl".
See http://curl.haxx.se/ for more information on cURL and libcurl.

This module requires libcurl and the corresponding headerfiles to be
installed. You then may install this module via the usual way:

    perl Makefile.PL
    make
    make test
    make install

The module provides the same functionality as libcurl provides to C programs,
please refer to the documentation of libcurl. Some examples may be found in
test.pl.

This software is distributed AS IS, WITHOUT WARRANTY OF ANY KIND, either
express or implied. Send praise, patches, money, beer and pizza to the author.
Send complaints to /dev/null. ;-)

The author of this software is Georg Horn <horn@koblenz-net.de>
Parts of the callback support have been added by Cris Bailiff
<c.bailiff@awayweb.com> and Forrest Cahoon <forrest.cahoon@merrillcorp.com>

The latest version can be downloaded from http://koblenz-net.de/~horn/export/