curl/perl
Daniel Stenberg 67a83c1b34 David Shaw finally removed all traces of Gopher and we are now officially
not supporting it. It hasn't been functioning for years anyway, so this is
just finally stating what already was true. And a cleanup at the same time.
2006-01-16 22:14:37 +00:00
..
contrib David Shaw finally removed all traces of Gopher and we are now officially 2006-01-16 22:14:37 +00:00
Makefile.am Added to build proper releases 2001-03-16 13:09:05 +00:00
README Updated location information for Curl_easy 2001-12-07 09:24:42 +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.

The latest release of Curl_easy, a Perl interface to curl is available from

	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
documentation of libcurl. Have a look at test.pl to get an idea of how
to start.