in reply to Re: When One Line Becomes Three
in thread When One Line Becomes Three

Thanks, the response were helpful. After farting around with it some more, I came up with
my @lines = split (/\n/); for my $line(@lines) {
which is pretty much your implementation. Thanks! Desert coder