cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Still can't write to file in perl..need help =(

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Wed, 23 Jun 2004 10:18:31 +0200 (CEST)

On Tue, 22 Jun 2004, Swati Vakharia wrote:

> thanks for y our help!...would that print ${$point} $data; be in my write
> function as seen below?

Yes. Or possibly it should be:

  print { ${$pointer} } $data;

I'm not quite sure. This is not very curl-related though. You'll see that your
callback gets called, you need to figure out how to write perl somewhere else.

-- 
      Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
       Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2004-06-23