Go to file
Petr Písař 0a6312d01d Import
Reviewed in bug #1859605.
2020-07-28 09:27:13 +02:00
.gitignore Import 2020-07-28 09:27:13 +02:00
perl-Syntax-Keyword-Dynamically.spec Import 2020-07-28 09:27:13 +02:00
README.md Added the README 2020-07-27 15:58:49 +00:00
sources Import 2020-07-28 09:27:13 +02:00

perl-Syntax-Keyword-Dynamically

This Perl module provides a syntax plugin that implements a single keyword, dynamically, which alters the behavior of a scalar assignment operation. Syntactically and semantically it is similar to the built-in Perl keyword local, but is implemented somewhat differently to give two key advantages over regular local: You can dynamically assign to left-value functions and accessors, and you can "dynamically" assign to regular lexical variables.