in reply to HASH problem
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'};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: HASH problem
by masil (Initiate) on Aug 11, 2011 at 12:57 UTC | |
by Corion (Patriarch) on Aug 11, 2011 at 13:09 UTC | |
by masil (Initiate) on Aug 11, 2011 at 13:28 UTC | |
by Corion (Patriarch) on Aug 11, 2011 at 13:35 UTC | |
by masil (Initiate) on Aug 11, 2011 at 14:06 UTC | |
by Corion (Patriarch) on Aug 11, 2011 at 14:07 UTC |