From 9c18db8aff3da48dce1c2040d6d44fbfe76bdc15 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Mon, 27 Jul 2020 15:58:49 +0000 Subject: [PATCH] Added the README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..eb8c452 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# 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. \ No newline at end of file