in reply to 2 Qs: introspection & overriding built-ins
Does Perl provide any way to programmatically list the "names" of all the Perl built-in functions?
Not built in, but you may find B::Keywords of use.