savoyesmith
Programmer
Hi, I am absolute Perl beginner.
I need to use cURL.
I think i wrote the script ok, but i dont even know how to invoke cURL
So i add this at top of pl file
use
This causes crash.
What does
use mean????
Is this a path. Do i need to know where cURL is installed?
If i install to A/B/C do i say
use A::B::C::Curl::Easy ???
I cannot find a tutorial that explains "use"
How do I install cURL if it isnt already?
I need to use cURL.
I think i wrote the script ok, but i dont even know how to invoke cURL
So i add this at top of pl file
use
This causes crash.
What does
use mean????
Is this a path. Do i need to know where cURL is installed?
If i install to A/B/C do i say
use A::B::C::Curl::Easy ???
I cannot find a tutorial that explains "use"
How do I install cURL if it isnt already?