in reply to Re: Calling open CURL, "-|", @curl from a webpage
in thread Calling open CURL, "-|", @curl from a webpage

Thank you
So what would I need to change on the server in order to get it to work?
Alternatively, what do I type on the command line to install the www::Curl library ('bubblegum' or something like that...I just can't remember the name. ).
Also, how would I convert the following to use the www::Curl library?
@curl = ('/usr/bin/curl', '-S','-v','--location', $url, '-H','Content- +Type:'.$content_type,'-H',"Authorization: $authorization",'-H',"X-Gda +ta-Key:$gdata_key",'-H',"Content-Length:$content_length",'-H','GData- +Version:2','--data',"\@$filename");

Replies are listed 'Best First'.
Re^3: Calling open CURL, "-|", @curl from a webpage
by moritz (Cardinal) on Nov 30, 2009 at 17:05 UTC
    So what would I need to change on the server in order to get it to work?
    So it doesn't work? In what way? Does it hang? Or do you get an error message? If yes, which? Is there anything in the error.log of your web server? Do you have selinux or a similar security enhancement installed? A firewall?
    Perl 6 - links to (nearly) everything that is Perl 6.