my $hash_ref = $ie->getAgent(); foreach my $key ( %{$hash_ref} ) { printf "at %s we have %s\n", $key, $hash_ref->{$key}; }