# a normal hash assignment - scalar context $field{'name'} = 'Richard'; # a normal hash assignment - list context @field{qw(name age)} = qw(Richard 24);