in reply to Re^2: CORE::GLOBAL magic?
in thread CORE::GLOBAL magic?

Yes auto-vivification is close, the analogy becomes clearer since there is a hash like syntax to access the CODE slot of a typeglob. (like *CORE::sleep{CODE} )

anyway the important question is to know if a real coderef exists.

That's why you can check this with exists &Func; (sic)

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery