Help for this page
DB<1> @c = ('jan', 1, 'feb', 2, 'mar', 3); ... 3 2 4 'mar' 5 3
DB<3> %d = @c; ... 'feb' => 2 'jan' => 1 'mar' => 3