Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value at ./chpass.cgi line 39.
    Use of uninitialized value at ./chpass.cgi line 41.
    Use of uninitialized value at ./chpass.cgi line 22.
    
  2. or download this
    22: $method->htpasswd($formdata{username}, $formdata{newpw}, $formdata
    +{oldpw});
    
  3. or download this
            if ($ENV{'REQUEST_METHOD'} eq 'GET') {
                    @pairs = split(/&/, $ENV{'QUERY_STRING'});
            } elsif ($ENV{'REQUEST_METHOD'} eq 'POST') {
    
  4. or download this
    if ($formdata{username}) {
      $method->htpasswd($formdata{username}, $formdata{newpw}, $formdata{o
    +ldpw});
    }