in reply to Re: How do I create a reference to an object method?
in thread How do I create a reference to an object method?

To call it as an instance method as above, you'd have to $action->{doit}->( $object, ... )
or $object->${\$action->{doit}}(...)