return $status == 0 ? (wantarray ? () : undef) : 1; #### return 1 if $status; return;