# Parens, not curlies my %hash = (this => "one", that => "two"); # Use a slash when dumping @var or %var print Dumper(\%hash); print($hash{this}, "\n");