From d538241a58f293b3510b301eff1acdc3c5ee41c2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 16 Mar 2001 13:05:39 +0000 Subject: Georg Horn's Curl::easy interface for perl --- perl/Curl_easy/README | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 perl/Curl_easy/README (limited to 'perl/Curl_easy/README') diff --git a/perl/Curl_easy/README b/perl/Curl_easy/README new file mode 100644 index 000000000..2eee408a0 --- /dev/null +++ b/perl/Curl_easy/README @@ -0,0 +1,27 @@ +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 + +The latest version of this module can be dowloaded from +http://koblenz-net.de/~horn/export/ + -- cgit v1.2.3