use strict; use warnings; my $string = < Length: 0:13 seconds Date: Thursday, January 19, 2006 at 11:35:01 AM HERE if( $string =~ m/ mailbox\s+(\d+): .+? From:\s+(\S[^\n]*) /sx ) { print "Match: mailbox $1, from $2\n"; }