in reply to getting multiple return values from system()
If you want the output of a command, which is not really a "return value", then look at Backticks or the qx operator. Both will return you the output of the command. The exit status of the command will still be stored in $?.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: getting multiple return values from system()
by handarbyte (Initiate) on Jul 25, 2009 at 17:19 UTC |