curl-library
libcurl and perl
From: <valentin_at_rtfs.org>
Date: Sat, 19 Nov 2005 22:47:01 +0100 (CET)
Date: Sat, 19 Nov 2005 22:47:01 +0100 (CET)
Hi,
I hope someone already tried this in perl. I want to send a custom command
using curl_slist_append and CURLOPT_QUOTE but all I try doesnt work.
Anyone with an idea? My current try looks like this:
my @slist = ();
@slist = $curl->curl_slist_append(@slist, 'cwd /private/');
$curl->curl_easy_setopt(CURLOPT_QUOTE, @slist);
Greets,
Valentin
Received on 2005-11-19