mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
6 lines
314 B
Plaintext
6 lines
314 B
Plaintext
Magic is Perl way of enhancing objects. This mechanism let the user
|
|
add extra data to any variable and overload syntaxical operations
|
|
(such as access, assignation or destruction) that can be applied
|
|
to it. With the module Variable::Magic , you can add your own magic
|
|
to any variable without the pain of the C API.
|