|
Hi folks,
New to Perl, new to this list
but I couldn't find an answer in the archives.
I'm trying to do a zone transfer with the following
fragment :
$res->nameservers("ns0.example.co.uk");
@zone=$res->axfr("example.co.uk"); foreach $rr (@zone) { $rr->print; } This doesn't seem to work, even though I can
transfer using nslookup and doing an ls -d example.co.uk ......
The error message I get is 'no
nameservers'
Do I need to approach it a different way or am I
missing something ?
Cheers,
JJ
|
