in reply to Unwanted output to STDOUT in WWW::Curl::new
P.S. LWP is alot easier to use. :-)$curl->setopt(CURLOPT_VERBOSE, 0); $curl->setopt(CURLOPT_MUTE, 1); $curl->setopt(CURLOPT_HEADER, 0);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Unwanted output to STDOUT in WWW::Curl::new
by snookmz (Beadle) on Mar 14, 2005 at 21:44 UTC |