my $object = whatever; my $function = whatever; my $returneddata = $object->$function; # with the other option of: my $returnedData = $object->&{ $function };