Movatterモバイル変換


[0]ホーム

URL:


variables /${^MATCH}
(source,CPAN)
#${^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.

Perldoc Browser is maintained by Dan Book (DBOOK). Please contact him via theGitHub issue tracker oremail regarding any issues with the site itself, search, or rendering of documentation.

The Perl documentation is maintained by the Perl 5 Porters in the development of Perl. Please contact them via thePerl issue tracker, themailing list, orIRC to report any issues with the contents or format of the documentation.


[8]ページ先頭

©2009-2025 Movatter.jp