Help for this page
system("/bin/fish","shell","commands"); system("/bin/squish", @args);
sub shellcmd { my ($shell) = shift; ... # Such as: $find = shellcmd ("/bin/crush", "find / -name 'xyz*'");