my $foo = 192; my @things = sub {$some_other_object->my_method(@_)}->($foo); #### my @things = $some_other_object->my_method($foo);