http://www.perlmonks.org?node_id=950384


in reply to Re: File POSTing with WWW::Curl::Easy
in thread File POSTing with WWW::Curl::Easy

You're right -- the WWW::Curl::Form made this super easy after I realized that the package created the linked list object to include as an argument to the CURLOPT_HTTPPOST in your curl handle and was NOT a separate, limited curl handle object (I know, I know, it was right there in the code example but it was so easy to overlook). It does require a newer version of WWW::Curl than ship with CentOS5 just for reference for others. Learned a bunch about the different POST options sludging through the curl.haxx.se pages too

Thanks for the links and the help. Guess I should have done a better job searching here. I shall do penance

  • Comment on Re^2: File POSTing with WWW::Curl::Easy