- or download this
-foo => 'food',
-bar => 'bard'
- or download this
'foo', undef, 'bar', undef
-or-
'bar', undef, 'foo', undef
(depending on the order the keys are returned)
- or download this
-foo => 'food',
foo => 'fool',
-bar => 'bard',
bar => 'barl'
- or download this
'foo', 'fool', 'fool', 'bar', 'barl', 'barl'
-or-
...
...
(depending on the order the keys are returned)
- or download this
'foo', 'food', 'bar', 'bard'
-or-
'bar', 'bard', 'foo', 'food'
(depending on the order the keys are returned)