in reply to Re: When do subs get overridden?
in thread When do subs get overridden?

I know there's different ways of calling main::q. What I'd like to do, though, is to override the builtin q so that I can call main::q with a plain ol' q().

Actually, no. I don't want to do that, I want to know how to do that, if possible. I actually have no plans to override builtins for any purpose, but I'm just curious as to if and how it's possible.

LAI

__END__