Subject: Re: File
From: Daniel Carrera <dcarrera math.umd.edu>
Date: Sat, 7 Dec 2002 12:55:50 +0900
In-reply-to: 58086
> J is the tenth letter of the English alphabet, so ^J is ASCII character #10,
> which Ruby tells me (10.chr) is "\n". 13.chr is "\r".
>
> Maybe a chomp! is in order.
>
> Gavin
Thanks. That explains it all. Yes, I did need a chomp!.
Daniel.