I tried to install this module WWW::Curl via cpan, but failed on both Centos 4 and Centos 5. Instead of digging for the fix, I just enabled rpmforge repository, and installed through yum:
# yum install perl-WWW-Curl
This module is fantastic. If you look at the source code, you will see that the bulk of the work is all in C, and the perl module is just a very thin wrapper serving as the API. As a result, it's very efficient. Best of all, is its ability to handle non-blocking socket for parallel requests.
http://curl.haxx.se/libcurl/c/curl_easy_setopt.html contains all the information for how to set the curl options.
Examples:
Recent comments
8 weeks 6 days ago
9 weeks 5 days ago
20 weeks 5 days ago
22 weeks 23 hours ago
30 weeks 6 days ago
31 weeks 16 hours ago
32 weeks 5 hours ago
32 weeks 6 days ago
32 weeks 6 days ago
33 weeks 17 hours ago