http://www.perlmonks.org?node_id=997682

perl-diddler has asked for the wisdom of the Perl Monks concerning the following question:

I must never have tried this before, I tried using keys on a hash I'd just blessed, only to be told that keys can't be used on a blessed object:
Type of argument to keys on reference must be unblessed hashref or arr +ayref at ...
How do I print the keys? I feel like I'm missing some obvious step?