=over =item $* X<$*> C<$*> used to be a variable that enabled multiline matching. After a deprecation cycle, its magic was removed in Perl 5.10. Using it now triggers a warning: C<$* is no longer supported>. Use the C and C regexp modifiers instead. Also see L. =back