README 914 B

123456789101112131415161718192021222324
  1. _ _ ____ _
  2. ___| | | | _ \| |
  3. / __| | | | |_) | |
  4. | (__| |_| | _ <| |___
  5. \___|\___/|_| \_\_____|
  6. Perl
  7. Perl's a great script language, not the least for quick prototyping. Curl is
  8. elegantly used from within it. You can either invoke external curl command
  9. line or use the curl interface.
  10. The latest release of Curl_easy, a Perl interface to curl is available from
  11. http://curl.haxx.se/libcurl/perl/
  12. (Georg Horn's original version of Curl_easy, supporting curl versions
  13. before 7.7 is still available from: http://www.koblenz-net.de/~horn/export/ )
  14. Using the Curl::easy module is just straightforward and
  15. works much like using libcurl in a C programm, so please refer to the
  16. documentation of libcurl. Have a look at test.pl to get an idea of how
  17. to start.