perl linux exec system command outputs the command itself code example
Example: run bash command perl
system("sh", "script.sh", "--help" );
system("sh script.sh --help");
system("sh", "script.sh", "--help" );
system("sh script.sh --help");