![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re^2: Executing program with arguments from cgi scriptby Anonymous Monk |
on Jan 24, 2021 at 20:54 UTC ( #11127404=note: print w/replies, xml ) | Need Help?? |
It's possible to obtain the STDOUT, STDERR of the system command simply by my $out = `$order`; backticks only capture STDOUT unless you do 2>&1
In Section
Seekers of Perl Wisdom
|
|