in reply to Re^2: HASH problem
in thread HASH problem

Why do you expect Dumper() to populate your hash? Where in the documentation of Data::Dumper did you find this usage?

Replies are listed 'Best First'.
Re^4: HASH problem
by masil (Initiate) on Aug 11, 2011 at 13:28 UTC
    How best can i handle it. Sorry am a novice to Perl.

      If you don't know Perl, why do you write things without having an idea what they do or having a goal what they should do?

      Maybe you want the following?

      print Dumper($call);
Re^4: HASH problem
by masil (Initiate) on Aug 11, 2011 at 14:06 UTC
    Hi Corion, How best can I handle this. I must mention that I am new to Perl.

      I suggest that you learn Perl.