Help for this page

Select Code to Download


  1. or download this
    sub SUNPwdAging {
    
    ...
          }
          return $result;
       }
    
  2. or download this
    sub SunPwdAging {
        my %defaults = (qw(n 1 w 5 x 60))
        my %args = (%defaults, @_);
        my $result;
    ....