in reply to Hash value printing... WITH ARRAYS *dun dun dun*
which is equivalent tomy $primaryFeatures = { 'foo', 'fool', 'food', 'foot', 'bar', 'barricade', };
which is why the (food, foot) pairing came out.my $primaryFeatures = { foo => 'fool', food => 'foot', bar => 'barricade', };
|
|---|