If you use the other interface where you create a curl object a la LibCurl::Easy.new, you can just
$my_curl_object.Host("the-host.com");
$my_curl_object.referer("example.com");
$my_curl_object.cookie("the-cookie");
$my_curl_object.useragent("me");
hth
- Timo
