654c45e001
Magic is Perl way of enhancing objects. This mechanism let the user add extra data to any variable and hook syntaxical operations (such as access, assignation or destruction) that can be applied to it. With this module, you can add your own magic to any variable without the pain of the C API.
6 lines
296 B
Plaintext
6 lines
296 B
Plaintext
Magic is Perl way of enhancing objects. This mechanism let the user add
|
|
extra data to any variable and hook syntaxical operations (such as
|
|
access, assignation or destruction) that can be applied to it. With
|
|
this module, you can add your own magic to any variable without the pain
|
|
of the C API.
|