--On Wednesday, January 08, 2003 18:09:18 -0500 Rich Bowen
<[EMAIL PROTECTED]> wrote:
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?
Line endings being morphed perhaps? -- justin
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