sub test2 { sub { print "BLANK $_[0]\n" } # ^ # fill in the BLANK with something that refers to # test2's $_[0], not the anonymous sub's }