my $arg = 3; my $subref_with_args = sub { call_other_sub($arg, @_); }