in reply to Syntax Question

$$variable{thing} means "interpret $variable as a hash reference, dereference it and return the thing item"

See perlreftut for more information, and for nicer ways to write it.

Perl 6 - links to (nearly) everything that is Perl 6.