Run Bash Command Perl

[Solved] Run Bash Command Perl | Perl - Code Explorer | yomemimo.com
Question : run bash command perl

Answered by : prickly-panther-6ciwttpnw22h

system("sh", "script.sh", "--help" );
system("sh script.sh --help");

Source : https://stackoverflow.com/questions/3200801/how-can-i-call-a-shell-command-in-my-perl-script | Last Update : Tue, 18 Aug 20

Answers related to run bash command perl

Code Explorer Popular Question For Perl