You are viewing the version of this documentation from Perl 5.12.3. View the latest version
$*

$* 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: $* is no longer supported. Use the /s and /m regexp modifiers instead.

Also see perlre.