in reply to www::curl::easy = no url set error... Help please!

And while not specifically an answer to your question, you may find LWP::Simple (and LWP::UserAgent upon which it sits, or possibly WWW::Mechanize if you need more browser-like behavior (cookies, sumitting forms)) a better supported option as they're the more "standard" web client modules (and you're more likely to find people familiar with them).

The cake is a lie.
The cake is a lie.
The cake is a lie.

  • Comment on Re: www::curl::easy = no url set error... Help please!

Replies are listed 'Best First'.
Re^2: www::curl::easy = no url set error... Help please!
by andrew peacock (Initiate) on Feb 24, 2008 at 13:41 UTC
    thanks to both of you. The www::curl with or without ::easy was getting me confused, coupled with my host saying they could install www::curl only after I asked for www::curl::easy. And I'd totallt forgotten about LWP. It's been quite a while since I coded in Perl, as you can probably tell. Thanks alot guys. The ::Easy solved it, and the LWP might be a better way forward. I appreciate the response, Andy