Zaxo has asked for the wisdom of the Perl Monks concerning the following question:
How can we obtain the attributes of a built-in function?
It is possible to check their prototypes as if they were ordinary subs through CORE, and they can be overridden by ordinary subs through *CORE::GLOBAL, but I have not found a way to apply attributes::get() to a built-in function or variable. Is that even possible?
The issue seems as important as prototype for overriding Perl's built-in functions.
After Compline,
Zaxo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Built In Attributes
by jryan (Vicar) on Jul 17, 2003 at 18:50 UTC | |
by Zaxo (Archbishop) on Jul 17, 2003 at 20:35 UTC | |
by jryan (Vicar) on Jul 17, 2003 at 22:19 UTC |