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
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.