Help for this page

Select Code to Download


  1. or download this
    my $foo = 192;
    my @things = sub {$some_other_object->my_method(@_)}->($foo);
    
  2. or download this
    my @things = $some_other_object->my_method($foo);