Help for this page
use IPC::Run qw( run ); use feature qw(say); ... my ($command, $arg) = @_; run qq($command $arg); }