miriamherald has asked for the wisdom of the Perl Monks concerning the following question:
I have a backend perl script that populates an array (@curl) and then calls curl using the 'open' command:
open CURL, "-|", @curl;
Is this allowed for a webpage or is it only allowed from the command line?
My program works perfectly from the command line, I really don't want to start changing everything to use www::curl.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Calling open CURL, "-|", @curl from a webpage
by moritz (Cardinal) on Nov 30, 2009 at 16:46 UTC | |
by miriamherald (Initiate) on Nov 30, 2009 at 16:54 UTC | |
by moritz (Cardinal) on Nov 30, 2009 at 17:05 UTC | |
|
Re: Calling open CURL, "-|", @curl from a webpage
by afoken (Chancellor) on Nov 30, 2009 at 17:15 UTC | |
by Anonymous Monk on Nov 30, 2009 at 19:19 UTC |