curl/perl/README

18 lines
628 B
Plaintext
Raw Normal View History

2001-03-16 21:34:08 +08:00
_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
| (__| |_| | _ <| |___
\___|\___/|_| \_\_____|
1999-12-29 22:20:26 +08:00
2001-03-16 21:34:08 +08:00
Perl
1999-12-29 22:20:26 +08:00
2001-03-16 21:35:11 +08: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.
2001-03-16 21:34:08 +08:00
Georg Horn's Perl interface to curl is available in the Curl_easy/
subdirectory.
1999-12-29 22:20:26 +08:00
2001-03-16 21:34:08 +08:00
Unfortunately, we don't have any examples nor any documentation for it at
this point.