in reply to Re^4: Adding simple HTTP controls to existing code
in thread Adding simple HTTP controls to existing code

«…This is basic stuff…»

It isn’t. BTW and if it matters: Net::Curl::Simple is non-blocking:

«Net::Curl excells in asynchronous operations, thanks to a great design of libcurl(3). To take advantage of that power Net::Curl::Simple interface allways uses asynchronous mode. If you want a blocking request, you must either set callback to undef or call join() method right away.»

«The Crux of the Biscuit is the Apostrophe»

  • Comment on Re^5: Adding simple HTTP controls to existing code