in reply to always in quest to eliminate temporary variables

hmmm, how 'bout:
($_[0], $_[1]) = split /\n/, $_, 2; $next_line = "$_[1] $next_line";
update: i take it back, Adams way's better.
Cool, i learned something!