I created a module that extends Net::DNS::Resolver to make zone transfers a little easier. It looks up the nameserver records for a zone, and then performs transfers from each nameserver until it gets a response.
SYNOSIS use Net::DNS; use Net::DNS::Resolver::ForceAxfer; $Res=Net::DNS::Resolver->new(); (@Zone)=$Res->forceAxfer("example.com:"); I'm pretty sure the name for the module is fitting, but I wanted to throw it out and see if anyone else had any feedback. -------------------- Christopher Josephes [EMAIL PROTECTED]