in reply to Re: Is it possible to execute some command in qx argument
in thread Is it possible to execute some command in qx argument
my $cmd = "mkdir "; $arg = "$(mkdir otherdir1)"; qx($cmd "currentdate$arg");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Is it possible to execute some command in qx argument
by bart (Canon) on May 10, 2017 at 10:42 UTC |