From: Tim Hunter Date: 2002-12-19T09:12:40+09:00 Subject: Re: How to specify a record delimiter in a source text file? Set $/ to the separator you desire. Set it to nil and gets will read the entire file as one big record. On Thu, 19 Dec 2002 08:36:26 +0900, Kurt Euler wrote: > All- > > Please advise as to how I can deliniate end-of-records by something > other than the default hard-return. >