Help for this page

Select Code to Download


  1. or download this
    use IPC::Run qw( run );
    use feature qw(say);
    ...
       my ($command, $arg) = @_;
       run qq($command $arg);
    }