in reply to Re^2: ISA with packages ... A barebones minimal example
in thread ISA with packages ... A barebones minimal example

Sorry, I forgot that OO-language CS types use "method" to mean exclusively object methods. I generally use the term as a generic way of saying "subroutine, function, procedure, accessor, etc.". So, using my nomenclature:

B::bar; #package method (subroutine, in this case) B->bar; #object method (subroutine, in this case)
Hope that clears up any vaguities in my earlier post.

radiantmatrix
require General::Disclaimer;