What is the output of the follwing code snippet: $mystring = "The start text always precedes the end of the end text."; if($mystring =~ m/start(.*)end/) { print $1; }
text always precedes the
text always precedes the end of the end
text always precedes the end of the
None of the above