in reply to Getting data out of hash

@$interventions[0] isn't really what you want. Try $interventions->[0] instead.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

: () { :|:& };:

Note: All code is untested, unless otherwise stated