http://www.perlmonks.org?node_id=535169


in reply to Re^5: Matching string, then getting next line
in thread Matching string, then getting next line

Maybe a better option would be to try and split out everything between the message dump: and message dump: Is there a way to say something like
if($_ =~ /Message Dump:(.*) Message Dump:/)
And then the whole string would be in something like $1