in reply to Is this a hash?
This shows a hash variable (using parentheses):
my %thing = ( a => $a, b => $b, ); [download]