Help for this page

Select Code to Download


  1. or download this
    username1:unixcryptpassword
    username2:unixcryptpassword
    
  2. or download this
    sub is_user {
            my $user = shift || return;
    ...
            return 0 if ($info eq '0');
            return 1;
    }
    
  3. or download this
    #!/usr/bin/perl -wT
    #
    ...
      print "\n";
    }
    
  4. or download this
    AuthType Basic
    AuthName "Authorisation Required"
    ...
    <Limit GET POST>
        require user username
    </Limit>