Re: line separator

2003-09-20 Thread Wiggins d'Anconia
Ben Perry wrote: Is there a way to define a line separator because i have a file with many lines but the actual newlines are scattered and i would like double space to represent a new line in this file, Can someone offer me some advise please. This is the special variable $/ check out: perldoc

line separator

2003-09-20 Thread Ben Perry
Is there a way to define a line separator because i have a file with many lines but the actual newlines are scattered and i would like double space to represent a new line in this file, Can someone offer me some advise please.