I have a string that covers several lines. I need to extract the text between two strings. For example:
Start Here Some example text covering a few lines. En
print $1 if /(Start Here.*?)End Here/s;