Help for this page
Select Code to Download
Select
or
download this
return $status == 0 ? (wantarray ? () : undef) : 1;
Select
or
download this
return 1 if $status; return;