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.
In reply to Calling open CURL, "-|", @curl from a webpage by miriamherald
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |