On 8 Jan 2003 [EMAIL PROTECTED] wrote:

>   -$salt = '', map { $chars[int rand @chars] } (0..1);
>   +$salt = $chars[int rand @chars] . $chars[int rand @chars];

That's what I get for trying to be clever with the Perl code. This is
not broken just on Perl 5.6.0 and 5.6.1, but won't work anywhere at all.
I had intended for that , to be a . but that won't work either. And the
new version is, I suppose, more readable anyways.

I'm a little confused by the rest of the diff, though, which a dozen
other lines being replaced with themselves. What's up with that?

-- 
Nothing is perfekt. Certainly not me.
Success to failure. Just a matter of degrees.

Reply via email to