Help for this page

Select Code to Download


  1. or download this
    return $status == 0 ? (wantarray ? () : undef) : 1;
    
  2. or download this
    return 1 if $status;
    return;