summaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-29 06:43:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-29 06:43:46 +0000
commit0abc999c4d31d581e2ac74a88ba89ed953bc6057 (patch)
tree738ad68532cadea7f4ede75addbdff7e4e5692b7 /perl
parent3e65062be2e4b5147c10e2b9826fed99678f6169 (diff)
downloadcurl-0abc999c4d31d581e2ac74a88ba89ed953bc6057.tar.gz
Georg Horn's updates
Diffstat (limited to 'perl')
-rw-r--r--perl/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/perl/README b/perl/README
index 2a0863d26..0ca3a1484 100644
--- a/perl/README
+++ b/perl/README
@@ -11,7 +11,8 @@ 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.
+subdirectory. 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.
- Unfortunately, we don't have any examples nor any documentation for it at
-this point.