Help for this page
my $htp = new Apache::Htpasswd;("/home/httpd/conf/.htptestaccess") my $User = 1; ... $htp->htpasswd("User_" . $User, $PassWord); $User ++; }
system 'htpasswd', '-b', '-m', '/home/httpd/conf/.htptestaccess', +$User, $PassWord;