curl/perl/Curl_easy
Daniel Stenberg 34efa74a59 Georg Horn's and my fixes to make it compile with 7.7 2001-03-29 06:45:04 +00:00
..
Changes Georg Horn's Curl::easy interface for perl 2001-03-16 13:05:39 +00:00
MANIFEST Georg Horn's Curl::easy interface for perl 2001-03-16 13:05:39 +00:00
Makefile.PL Georg Horn set -Wall 2001-03-29 06:44:34 +00:00
Makefile.am Added to build proper releases 2001-03-16 13:09:05 +00:00
README Georg Horn's Curl::easy interface for perl 2001-03-16 13:05:39 +00:00
easy.pm Georg Horn's Curl::easy interface for perl 2001-03-16 13:05:39 +00:00
easy.xs Georg Horn's and my fixes to make it compile with 7.7 2001-03-29 06:45:04 +00:00
test.pl Georg Horn's Curl::easy interface for perl 2001-03-16 13:05:39 +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.

A short example how to use the module 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 module is Georg Horn <horn@koblenz-net.de>

The latest version of this module can be dowloaded from
http://koblenz-net.de/~horn/export/