http://qs321.pair.com?node_id=118078


in reply to Re: Re: Re: Re (tilly) 1: Strict, strings and subroutines
in thread Strict, strings and subroutines

What good does that do?

Graham's point is that when you start dynamically changing inheritance, Perl throws away its memoized method lookup results. Even if you change the inheritance right back, your cache is still gone and it has to work out results again the long way.