well, i think remote.
My friend gave me the ftp to his website.
I see a form processed with perl.
In the perl file I want to use cURL to send the form data (for example a visitors email) to a remote service (myemma.com to be exact. They do email marketing)
The Myemma.com customer support show...
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 WWW::Curl::Easy;
This causes crash.
What does
use WWW::Curl::Easy;
mean????
Is this a path. Do i need to know where cURL is...
Hi,
My friends site has a form processed with Perl. I need to send the post data to a remote email server.
I have cURL working in PHP but i don't know how to do it in Perl. Does anyone know what I need to do?
Basically i should init cURL, then set the URL where to sent the data, then set the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.