- or download this
system("cmd $with $some $args")
- or download this
system("/bin/ls"); # run /bin/ls with no arguments
- or download this
system($cmd); # run the $cmd command with no arguments
- or download this
system {$cmd}, $cmd;
- or download this
system($cmd, $with, $some, $args);
- or download this
system($cmd, @args);