You are viewing the version of this documentation from Perl blead. This is the main development branch of Perl. (git commit 76d29ea0d2c73a06ea674ef9fa1a9e697e812cba)
$*

$* was a variable that you could use to enable multiline matching. After a deprecation cycle, its magic was removed in Perl v5.10.0. Using it now triggers a compilation error: $* is no longer supported. You should use the /s and /m regexp modifiers instead.

Deprecated in Perl 5.

Removed in Perl v5.10.0.