ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
8 lines
392 B
Text
8 lines
392 B
Text
This plugin lets you put your lexicals on the stash and elsewhere very easily.
|
|
|
|
If you use the same name for two variables with the same storage binding
|
|
attribute they will be aliased to each other, so you can use this for reading
|
|
as well as writing values across controller subs. This is almost like sharing
|
|
your lexical scope.
|
|
|
|
WWW: https://metacpan.org/release/Catalyst-Controller-BindLex
|