Storing a proc inside an array inside a hash
问题 I am still working on my text adventure. I am having trouble with the use/with function. It is meant to call a Hash in which the key is the used object and the content includes an array; the first element in the array is the target object, and the second a Proc that will be executed if that relation turns to match the arguments for the use/with function. Please, may you clarify me how I can store a code block inside an array inside a hash so I can recall it later depending on the objects that