in reply to Hash question

use Data::Dumper; print Data::Dumper->Dumper($hash);

Can't help you further without more info.

----
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