Does tr/'\n'/' '/ do the same as tr/'\n'/' '/g? ( replace newline with space ) If so, is one preferred over the other?
Does tr/'\n'/' '/ do the same as tr/'\n'/' '/g? ( replace newline with space ) If so, is one preferred over the other?