From: Daniel Stenberg Date: Fri, 16 Mar 2001 13:35:11 +0000 (+0000) Subject: use perl in two ways X-Git-Tag: upstream/7.37.1~16916 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0fa9135d9f1137958348fe97f7fb3a1f6b345e8c;p=platform%2Fupstream%2Fcurl.git use perl in two ways --- diff --git a/perl/README b/perl/README index c89ccb9..2a0863d 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.