RE: [Perl-unix-users] DNS lookup with Perl

2003-02-19 Thread Peter Eisengrein
> How would I go about to set for example a timeout setting for how long > the script should wait for a response, and is it possible to do more > than one DNS query at the time? Any suggestions and/or ideas would be > very much appriciated. A couple thoughts: 1- are there other nameservers that

[Perl-unix-users] DNS lookup with Perl

2003-02-18 Thread Jostein Elvaker Haande
Hiyas I've written a script that parses the error_log of apache for different things, like attempts of CodeRed, stats on 'file not found' etc. Everything works fine, from the extraction of the clients ip, to date etc. I've come as far as doing reverse DNS lookups for the IP's, and for this I use t