in reply to doing something with the rest of a file after matching a keyword
while (<fname>){ $_ =~/well/ ? {$/ = undef;$Well.=$_;}:next; } [download]