in reply to Re^2: Question about URL query strings
in thread Question about URL query strings

Hash-keys are unique, that means "aha" is overwriting "Zoo".

edit

from the docs for query_form :

Assigning this list to a hash is unwise as the keys returned might repeat.

Cheers Rolf

( addicted to the Perl Programming Language)