in reply to Re: Re^4: Private method variations
in thread Private method variations

Well, package _ will probably be the current package

Phoey :-)

Ah well. Now leaning toward one of:

$self->OUR::private_method $self->__::private_method $self->_MY::private_method

All screams of "Good grief that's too ugly for words" welcome!