curl/perl
Daniel Stenberg 03fea9722c Cris Bailiff's 1.1.5 changes: Add latest CURLOPT_ and CURLINFO_ constants to
the constants list
2001-04-20 11:03:40 +00:00
..
Curl_easy Cris Bailiff's 1.1.5 changes: Add latest CURLOPT_ and CURLINFO_ constants to 2001-04-20 11:03:40 +00:00
contrib a perl script that can be used to mirror all curl archives 2001-03-16 13:10:42 +00:00
Makefile.am Added to build proper releases 2001-03-16 13:09:05 +00:00
README Georg Horn's updates 2001-03-29 06:43:46 +00:00

README

                                  _   _ ____  _     
                              ___| | | |  _ \| |    
                             / __| | | | |_) | |    
                            | (__| |_| |  _ <| |___ 
                             \___|\___/|_| \_\_____|

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. Using the Curl::easy module is just straightforward and
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.