in reply to Interpret $? variable
use IPC::System::Simple qw(runx); runx [0], 'some_command', @more_arguments; [download]