http://qs321.pair.com?node_id=925849


in reply to Access Hashes of Hashes etc.

Is there a handy perl trick I am missing?
'fraid not, it's just a matter of practice, given time you'll be able to read/write accessors to deeply nested variables easily, in the interim, run your finger along the screen writing down what you've seen with the other hand ;)

print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."