in reply to Re: HELP - nslookup in perl
in thread HELP - nslookup in perl

I'm really not happy with the use of backticks here (at least without sanity checks).
Consider if ipnum looks like this:
192.168.0.1 192.168.0.2 ; rm -rf / 192.168.0.3
Running with -T gives :
[nobody@archaia scratch]$ ./wibble Insecure dependency in `` while running with -T switch at ./wibble lin +e 16.
Of course, if ipnum can be trusted, then this isn't an issue.