my %cells = qw(foo one bar two baz three); my %cells = (foo => "one", bar => "two", baz => "three");