On 2004-09-04 Florian Weimer <fw@deneb.enyo.de> wrote:
> * Jonas Meurer:
[...]
> > print PWD $ARGV[0] . ":" . crypt($ARGV[1], q{$1$.}) . "\n";
> > close(PWD);
> Ahem, passing passwords on the command line isn't a terribly good
> idea.
Noted and fixed.
cu andreas