Loading perl/README +8 −2 Original line number Original line Diff line number Diff line Loading @@ -10,8 +10,14 @@ Perl elegantly used from within it. You can either invoke external curl command elegantly used from within it. You can either invoke external curl command line or use the curl interface. line or use the curl interface. Georg Horn's Perl interface to curl is available in the Curl_easy/ The latest release of Curl_easy, a Perl interface to curl is available from subdirectory. Using the Curl::easy module is just straightforward and 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 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 documentation of libcurl. Have a look at test.pl to get an idea of how to start. to start. Loading Loading
perl/README +8 −2 Original line number Original line Diff line number Diff line Loading @@ -10,8 +10,14 @@ Perl elegantly used from within it. You can either invoke external curl command elegantly used from within it. You can either invoke external curl command line or use the curl interface. line or use the curl interface. Georg Horn's Perl interface to curl is available in the Curl_easy/ The latest release of Curl_easy, a Perl interface to curl is available from subdirectory. Using the Curl::easy module is just straightforward and 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 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 documentation of libcurl. Have a look at test.pl to get an idea of how to start. to start. Loading