curl/perl
Daniel Stenberg 0fa9135d9f use perl in two ways 2001-03-16 13:35:11 +00:00
..
Curl_easy Added to build proper releases 2001-03-16 13:09:05 +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 use perl in two ways 2001-03-16 13:35:11 +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.

 Unfortunately, we don't have any examples nor any documentation for it at
this point.