in reply to Re: DNS::ZoneParse
in thread DNS::ZoneParse

Ahhhh... thank you. THat is what I was missing... I had something like this to print the actual hash:

print $zonefile->$soa()"\n";

And had some what I see now as very obviously wrong code to get the various items from the hash... Thanks! If I get this script going the way I want to, I will be sure to put it here somewhere for others to see...