in reply to Ref to an object instance method
my $callback = sub { $object->method(@_); }; [download]