diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-16 13:35:11 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-16 13:35:11 +0000 |
commit | 0fa9135d9f1137958348fe97f7fb3a1f6b345e8c (patch) | |
tree | eb6e1785a8e3d329aeba8d8e1d58b4a36e1d9399 | |
parent | 8f0114a4dd309d1583e80f40254414da9a44b30a (diff) |
use perl in two ways
-rw-r--r-- | perl/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/README b/perl/README index c89ccb909..2a0863d26 100644 --- a/perl/README +++ b/perl/README @@ -6,6 +6,10 @@ 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. + Georg Horn's Perl interface to curl is available in the Curl_easy/ subdirectory. |