if ($line =~ /First Name:\s+([A-Za-z0-9 _ ( )]*).*?Last Name:\s+([A-Za-z0-9 _ ( )]*).*?Location: Central USA/s) { print $line; }