in reply to Re^2: gethostbyname timing out or dns server can't find the host information
in thread gethostbyname timing out or dns server can't find the host information
$ perl -MData::Dump -E " gethostbyname(q(blocalhost)); dd $!,int$!,$?, + grep( { $!{$_} } keys %! ) " ("No such host is known.", 11001, 11001)
|
|---|