Re: cvs commit: httpd-docs-1.3/htdocs/manual/howto auth.html

2003-01-08 Thread Justin Erenkrantz
--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

Re: cvs commit: httpd-docs-1.3/htdocs/manual/howto auth.html

2003-01-08 Thread Rich Bowen
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