1 2
my $sub_ref = $obj->can('methode'); $obj->$sub_ref();
... callback => sub { $obj->methode(); } ...