Help for this page

Select Code to Download


  1. or download this
    sub _has_params {
        return @_ > 1 ? scalar(@_) - 1 : 0;
    }
    
  2. or download this
    sub _has_params { @_ - 1 }