aboutsummaryrefslogtreecommitdiff
path: root/perl/README
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-05-24 00:54:55 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-05-24 00:54:55 +0200
commit28cdc0d82c6159addc6d2a66449bc6bd2ef0bb71 (patch)
treef7ac8ff7173084130e9431fb830ce9c42ec81d76 /perl/README
parent3a973517a915ce4ad408d239f9220b869ff8cf40 (diff)
perl: remove subdir, not touched in 9 years
Diffstat (limited to 'perl/README')
-rw-r--r--perl/README24
1 files changed, 0 insertions, 24 deletions
diff --git a/perl/README b/perl/README
deleted file mode 100644
index d19deed81..000000000
--- a/perl/README
+++ /dev/null
@@ -1,24 +0,0 @@
- _ _ ____ _
- ___| | | | _ \| |
- / __| | | | |_) | |
- | (__| |_| | _ <| |___
- \___|\___/|_| \_\_____|
-
-Perl
-
- Perl's a great script language, not the least for quick prototyping. Curl is
-elegantly used from within it. You can either invoke external curl command
-line or use the curl interface.
-
-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.
-