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