in reply to Re: Best way to do Mixin Class
in thread Best way to do Mixin Class
...because I'm using the wrong words. Whatever it's called, I need to allow/disallow (turn on/off) methods based on a "role" property of the class, for example: a publisher vs. browser vs. admin role for editing, viewing, and everything for a database API. I think I'll just modify @ISA run-time, that seems to be the easiest answer.