in reply to
Getting curl o/p
You might want to try the Perl interface to libcurl, see
WWW-Curl
. You will then be able to get and manipulate all output and options. Another option is to run curl thru IPC::Open3 instead of system, qx or backticks.
I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku
Comment on
Re: Getting curl o/p
In Section
Seekers of Perl Wisdom