in reply to Re: Evil Interview Questions
in thread Evil Interview Questions

I'd count that as right,

though I'd like to hear that in case of $self->foo() the foo is searched first in the $self's package and then in the packages in it's @ISA. In both cases the function that gets called receives $self as it's only parameter.