$email_content =~ s/.*?\[:start\]//; if ($email_content =~ m/\[\:start\]/) { print "found it"; exit; }