slackbuilds/perl/perl-Variable-Magic
Jan F. Chadima 92153682d8 perl/perl-Variable-Magic: Added (user-defined magic).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-03-21 22:46:59 +00:00
..
README perl/perl-Variable-Magic: Added (user-defined magic). 2018-03-21 22:46:59 +00:00
perl-Variable-Magic.SlackBuild perl/perl-Variable-Magic: Added (user-defined magic). 2018-03-21 22:46:59 +00: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.