http://qs321.pair.com?node_id=1183708


in reply to Re: Hidden Newline in Result
in thread Hidden Newline in Result

Thank you so much for the quick feedback. I really appreciate it. I actually think I've solved it. I removed that tilde from the end of big If/Then/Else statement.

else { print OUT join ('~', @field) . "\n"; # print OUT join '~', @field; $incount = $incount + 1; }

It appears that this has produced the desired result. I'll know more tomorrow when we can consume the resulting file. Thanks again for everything.