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