Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. savoyesmith

    What does "use WWW::Curl::Easy;" mean

    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...
  2. savoyesmith

    What does "use WWW::Curl::Easy;" mean

    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...
  3. savoyesmith

    cURL

    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...

Part and Inventory Search

Back
Top