Airman wrote:
> Does anyone know how to reference different DNS servers when
> using gethostbyname. I want to check up to three different
> nameserver for consistency checking.

Use Net::DNS module instead. gethostbyname() isn't really designed for that
kind of thing.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to