my $start = quotemeta ''; my $end = quotemeta ''; my $string =~ m/$start(.*?)$end/s;