in reply to Re^3: Hashs of hash (multiple value) key problem.
in thread Hashs of hash (multiple value) key problem.

Please check your script for syntax errors:

$ perl -c script.pl syntax error at /tmp/test.pl line 45, near "if" syntax error at /tmp/test.pl line 61, near "}" $

some comments upon your code.

As tilly already mentioned, you should start learning about perl's complex data structures. Recommended documentation:

Update: