Help for this page

Select Code to Download


  1. or download this
    # build your ShellCmd obj - $shellcmd and the command to execute
    my $shellcmd = IPC::ShellCmd->new($mycommand_to_run);
    ...
        )
    );
    $shellcmd->run();