| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
perl libcurl refuses to write cookie file
From: Maarten Dekker <maarten_at_datastorm.nl>
Date: Sat, 12 Jul 2003 15:35:56 +0200
Hi all,
Libcurl won't write cookies to a cookie file!
I have also created a file manually(touch cookies.txt) this also did not help.
Could anyone help me out?
Regards,
Maarten
use WWW::Curl::easy;
my $url = "http://www.careeredge.ca/sitemap.asp";
print "Testing curl version ",WWW::Curl::easy::version(),"\n";
# Init the curl session
# Follow location headers
# Add some additional headers to the http-request:
$curl->setopt(CURLOPT_HTTPHEADER, \@myheaders);
sub body_callback {
$curl->setopt(CURLOPT_WRITEFUNCTION, \&body_callback);
my @body;
if ($curl->perform() != 0) {
-------------------------------------------------------
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info