b991d845c6
PR: 131902, 132846 Submitted by: clsung, lbr
7 lines
362 B
Text
7 lines
362 B
Text
Magic is Perl way of enhancing objects. This mechanism lets the user add
|
|
extra data to any variable and overload syntaxical 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.
|
|
|
|
WWW: http://search.cpan.org/dist/Variable-Magic/
|