On Tuesday, May 21, 2002, at 05:58 , Felix Geerinckx wrote:
> on Tue, 21 May 2002 12:35:59 GMT, [EMAIL PROTECTED] (Bob > Showalter) wrote: > >> This is dependent on the browser, and not the client OS. The >> HTML standard would be controlling here, and it's pretty >> vague if you look at the TEXTAREA section. > > It was somewhat less vague in the 'HTML 3.2 Reference Specification': so I guess the question is - presume that it is either or and rip them all out before proceding anyway???? what I am not getting in these debates is why one should do my $cr = chr(13); my $lf = chr(10); my $eol = "$cr|$lf"; as opposed to leaving it to perl as my $eol = '\r|\n'; for tricks like: my $pat= qr/[$eol]+/o; ciao drieux --- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]