You don't tell us what the problem is, but where in the documentation of Data::Dumper did you find this usage:
my %coins = Dumper($call);
Please try to explain to us what this code sequence is supposed to do:
my $call = $coder->decode($xml_string); my %coins = Dumper($call); print $coins{'originHostName'};
In reply to Re: HASH problem
by Corion
in thread HASH problem
by masil
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |