Help for this page

Select Code to Download


  1. or download this
    sub direct_return {
      my ($enum,$check_type,$enums) = @_;
    ...
      }
      return;
    }
    
  2. or download this
    sub otherwise {
      my ($enum,$check_type,$enums) = @_;
    ...
      }
      return $flag ? $flag : wantarray ? () : undef;
    }