in reply to Running Multiple Commands using System
Try something like this:
or play with the options till it accepts it. :-)my @options = ( ' -d root' , 'on'); system ("sdb @options");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Running Multiple Commands using System
by dkhoriya (Initiate) on Jun 27, 2014 at 06:54 UTC |