my @output = qx( command ); # oder die leidigen backticks anstatt qx() if ( $? eq 0 ) { # cmd ok }