in reply to
function ref
If you know always know the package you could use $PACKAGE::{FUNC} which as I recall is a reference to funtion FUNC in PACKAGE. And if it uses the $this you are calling it with, pass that as the first argument.
Comment on
Re: function ref
In Section
Seekers of Perl Wisdom