in reply to Re: retrieve the value of a system call in a non blocking mode
in thread Do not display the command result in the console (updated)
Hi Ed,
I'm sorry I don't understand, should I add this line in my script or use it to execute the scrit ?
Because I need to call this script from a other one and I don't know how to execute the line perl -e '$v=qx/ls/;open $f,">","./file";print $f $v;' this line into perl script
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: retrieve the value of a system call in a non blocking mode
by flexvault (Monsignor) on Dec 07, 2013 at 06:39 UTC |