in reply to Help with Dumping data. Manipulate hashes output.
If you don't want to dump everything, don't use Dumper.
my $data = $res->valueof('//listPhoneByNameResponse/return/phone'); print "$_ => ", $data->{$_} for 'model'; [download]
The start of some sanity?