my %$h = ('name' => 'value', ...); # was "expanded" to my $h = {'name' => 'value', ...};