how to run shell command in perl code example Example: run bash command perl system("sh", "script.sh", "--help" ); system("sh script.sh --help");