slackbuilds/perl/perl-Variable-Magic
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README perl/perl-Variable-Magic: Added (user-defined magic). 2018-03-21 22:46:59 +00:00
perl-Variable-Magic.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
perl-Variable-Magic.info perl/perl-Variable-Magic: Added (user-defined magic). 2018-03-21 22:46:59 +00:00
slack-desc perl/perl-Variable-Magic: Added (user-defined magic). 2018-03-21 22:46:59 +00:00

README

Magic is Perl's way of enhancing variables. This mechanism lets the
user add extra data to any variable and hook syntactical operations
(such as access, assignment or destruction) that can be applied to it.
With this module, you can add your own magic to any variable without
having to write a single line of XS.