http://qs1969.pair.com?node_id=135041


in reply to Re: Removing the ^M character, but also removing the newline
in thread Removing the ^M character, but also removing the newline

chomp is only going to remove the trailing newline character of the entire line. my issue is that i may have multiple new lines within my hash value, so chomp won't do it for me.

-c