Help for this page

Select Code to Download


  1. or download this
                    while ($new_remote = $sock->accept) {
                        $new_remote->autoflush(1);
    ...
                            last;
                        }        
                    }
    
  2. or download this
    sub AuthUser
    {
    ...
        close (PWD);
        return ($auth_rc);
    }
    
  3. or download this
          $user = substr($user, 0, -1);
          $pass = substr($pass, 0, -1);