wow!

> > > #!/usr/bin/perl
> > > 
> > > while (<>) {
> > >    ($username, $password)=split /:/, $_, 2;
> 
>       chomp($password);
> 
> > >    system("/usr/bin/htpasswd", "-b", "/path/to/htaccess", 
> > > $username, $password);
> > > }

Nice one, this did it - thank you all for contributions!

Have a nice weekend people...

Erik


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to