my $buffer = undef; while () { $buffer .= $_; } if ($buffer =~ /your regex/s) { # do stuff with $1 ... etc. }