Alias
view release on metacpan or search on metacpan
Perl Version 5.003 or later is required, and you need to be
on a system supported by MakeMaker (which comes with perl) and
a C compiler.
You may find this module useful if you:
* are tired of dereferencing hash-based object attributes
* wish perl could make-do with fewer $, -> and {} things
* are a little scared of using typeglobs
* want the freedom to put what you want, when you want in
the symbol table without having to deal with wierd syntax
* need to use scalar constants in your program since you don't
trust yourself from changing $PI
Most notably, there is an C<attr> function that installs a whole
hash on the symbol table with implicit localization. This allows
you to access object attributes without having to deref the object
( run in 0.694 second using v1.01-cache-2.11-cpan-49f99fa48dc )