in reply to
accessing hash
maybe you can reply within a few minutes..
Quick answers:
use strict and warnings
. You are hiding important warning messages about your hash.
Use
perltidy
so that we can more easily understand your code.
print
your data structure using
Data::Dumper
.
See also
Basic debugging checklist
Comment on
Re: accessing hash
In Section
Seekers of Perl Wisdom