in reply to www::curl::easy = no url set error... Help please!
The use statement should be
as it makes the constant CURLOPT_URL available.use WWW:Curl::Easy;
If you had use strict; in your program it would have pointed out the error
Bareword "CURLOPT_URL" not allowed while "strict subs" in use at Perl- +2.pl line 13. Execution of Perl-2.pl aborted due to compilation errors.
|
|---|