]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blob - QRScanner/mobile/jni/thirdparty/curl/perl/README
Add MuPDF native source codes
[hornmich/skoda-qr-demo.git] / QRScanner / mobile / jni / thirdparty / curl / perl / README
1                                   _   _ ____  _
2                               ___| | | |  _ \| |
3                              / __| | | | |_) | |
4                             | (__| |_| |  _ <| |___
5                              \___|\___/|_| \_\_____|
6
7 Perl
8
9  Perl's a great script language, not the least for quick prototyping. Curl is
10 elegantly used from within it. You can either invoke external curl command
11 line or use the curl interface.
12
13 The latest release of Curl_easy, a Perl interface to curl is available from
14
15     http://curl.haxx.se/libcurl/perl/
16
17 (Georg Horn's original version of Curl_easy, supporting curl versions
18 before 7.7 is still available from: http://www.koblenz-net.de/~horn/export/ )
19
20 Using the Curl::easy module is just straightforward and
21 works much like using libcurl in a C programm, so please refer to the
22 documentation of libcurl. Have a look at test.pl to get an idea of how
23 to start.
24