SimonAddicott has asked for the wisdom of the Perl Monks concerning the following question:

Hi there :) I am having trouble with writing some perl code using php. I am trying to connect to a perl script which uses FCGI::Request(). Before now, another perl script used LWP::UserAgenet, with credentials() to connect to it. however I have not been sucsessfull in using cUrl, with php to connect to the script. the previous client script used 'realm' within the credentials, but I have not been able to find suitable include for cUrls options. If anyone could shed some light on this matter, that would be great :) Simon p.s I am using php's curl, not curl CLI

Replies are listed 'Best First'.
Re: FCGI::Request php cUrl
by Anonymous Monk on Aug 07, 2014 at 10:21 UTC

    p.s I am using php's curl, not curl CLI

    Sorry Simon, you should ask on php support forums about using php's curl to speak internet to perl programs (not really important that they're perl programs, speaking internet is speaking internet

    The question is entirely about curl, esp php version of curl

      okay. I only posted on this page as I've not had much luck looking around other pages (stackoverflow etc). thank you for taking the time to look at my post :)