Graeme McLaren wrote:
Afternoon all, I was thinking about writing a perl script which would
add users to an .htaccess file.
How would I invoke htpasswd from a perl script? I'm thinking I'll need
to use the system command.
system or backticks or qx() but you'd probably be better off with a Module:
http://search.cpan.org/search?query=htaccess&mode=module
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>