Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: print a hash reference

by trippledubs (Deacon)
on Jan 10, 2019 at 19:22 UTC ( [id://1228333]=note: print w/replies, xml ) Need Help??


in reply to print a hash reference

You do have an array of objects, but an object is not an IP. @retrieved_objs is a list of Infoblox::DNS::Record::A objects.

Infoblox::DNS::Record::A provides you some methods to do what you want.

Try
print $_->ipv4addr(),"\n" for (@retrieved_objs);

Replies are listed 'Best First'.
Re^2: print a hash reference
by vedas (Novice) on Jan 10, 2019 at 22:43 UTC
    Thanks guys, I think I understand what is going on now. I appreciate your assistance.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1228333]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (8)
As of 2024-04-19 09:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found