Thanks to visit codestin.com
Credit goes to perldoc.perl.org

You are viewing the version of this documentation from Perl blead. This is the main development branch of Perl. (git commit 87a16f665d01ed72959b9a366e8ab74a97f9cb4b)
${^MATCH}

It is only guaranteed to return a defined value when the pattern was compiled or executed with the /p modifier.

This is similar to $& ($MATCH) except that to use it you must use the /p modifier when executing the pattern, and it does not incur the performance penalty associated with that variable.

See "Performance issues" above.

This variable was added in Perl v5.10.0.

This variable is read-only, and its value is dynamically scoped.