- or download this
#!/usr/bin/perl
...
print "COMMAND: $output\n";
system($output);
- or download this
script.pl "echo hello"
- or download this
{C} > script.pl "echo hello"
COMMAND: echo hello
hello
- or download this
{C} > test "echo $host"
COMMAND: echo $host
$host