in reply to Teplate Toolkit Question
$vars = { }; #squiggly braces # or %vars = ( ); #parens [download]
I'm pretty sure that you can't use a reference as a hash key effectively in this situation.
-- $you = new YOU; honk() if $you->love(perl)