system( 'some_command' && die 'cannot execute some_command' ); #### system 'some_command' and die 'cannot execute some_command';