in reply to regex/extracting whole lines
if ($_ =~ /^\*\*/) { for (1..$n) { $mail_msg .= <FH>; } } [download]