Nik has asked for the wisdom of the Perl Monks concerning the following question:
print `"/Program Files/Apache Group/Apache2/bin/htpasswd" -b d:/www/pa +sswd.txt $username $password` or die $!;
2006-04-17 Retitled by planetscape, as per Monastery guidelines
Original title: 'Tryign to run shell commnd through Perl Source'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Trying to run shell command through Perl Source
by McDarren (Abbot) on Apr 16, 2006 at 21:21 UTC | |
| |
|
Re: Trying to run shell command through Perl Source
by johngg (Canon) on Apr 16, 2006 at 22:12 UTC | |
|