summaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorCris Bailiff <c.bailiff@awayweb.com>2001-12-07 09:24:42 +0000
committerCris Bailiff <c.bailiff@awayweb.com>2001-12-07 09:24:42 +0000
commit5603134e58a7e0996a42767d0e8acbb20f56b9a8 (patch)
tree4fe6d970111d3a5925d67766fc09a0c8ae27b3d6 /perl
parentd12fd897cbd5ddc7245213b3ec02aa3694bb74fe (diff)
downloadgnurl-5603134e58a7e0996a42767d0e8acbb20f56b9a8.tar.gz
gnurl-5603134e58a7e0996a42767d0e8acbb20f56b9a8.tar.bz2
gnurl-5603134e58a7e0996a42767d0e8acbb20f56b9a8.zip
Updated location information for Curl_easy
Diffstat (limited to 'perl')
-rw-r--r--perl/README10
1 files changed, 8 insertions, 2 deletions
diff --git a/perl/README b/perl/README
index 0ca3a1484..6d5e34392 100644
--- a/perl/README
+++ b/perl/README
@@ -10,8 +10,14 @@ Perl
elegantly used from within it. You can either invoke external curl command
line or use the curl interface.
- Georg Horn's Perl interface to curl is available in the Curl_easy/
-subdirectory. Using the Curl::easy module is just straightforward and
+The latest release of Curl_easy, a Perl interface to curl is available from
+
+ http://curl.haxx.se/libcurl/perl/
+
+(Georg Horn's original version of Curl_easy, supporting curl versions
+before 7.7 is still available from: http://www.koblenz-net.de/~horn/export/ )
+
+Using the Curl::easy module is just straightforward and
works much like using libcurl in a C programm, so please refer to the
documentation of libcurl. Have a look at test.pl to get an idea of how
to start.