http://www.perlmonks.org?node_id=766253


in reply to Re: How to club different lines of program into one
in thread How to club different lines of program into one

$text = <IN>; will not work like you want it to if you do not undef $/.

Regexen stop after the first match; you may gain a performance benefit, but not for the reason you cite.