in reply to Re^4: SOAP::Lite and hash of hashes
in thread SOAP::Lite and hash of hashes

$result->result->{Person} is a reference to an array

foreach my $r (@{$result->result->{Person}}){ print $r->{commonname}; }

Replies are listed 'Best First'.
Re^6: SOAP::Lite and hash of hashes
by joec_ (Scribe) on Feb 12, 2009 at 16:16 UTC
    Thank you very much, it works!

    jethro++

    Joe

    -----

    Eschew obfuscation, espouse eludication!