curl/perl/README

25 lines
917 B
Plaintext
Raw Normal View History

2010-02-14 14:40:18 -05:00
_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
| (__| |_| | _ <| |___
2001-03-16 08:34:08 -05:00
\___|\___/|_| \_\_____|
1999-12-29 09:20:26 -05:00
2001-03-16 08:34:08 -05:00
Perl
1999-12-29 09:20:26 -05:00
2001-03-16 08:35:11 -05:00
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
2010-02-16 08:32:45 -05:00
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
2001-03-29 01:43:46 -05:00
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.
1999-12-29 09:20:26 -05:00