in reply to Re: OO Callback Function Reference
in thread OO Callback Function Reference

Though, if your callbacks expect to be passed arguments (which they usually do), then you need to pass those args through to the method call as well. Like so:
Start => sub { $this->sh(@_) },