Perl is still able to store these substrings to the special variables"$`","$'",$&, but using these variables anywhere in the program adds a penalty to all regular expression matches, whereas if you use the"/p"flag and the new special variables instead, you pay only for the regular ex...