I wrote about 2 years ago: > Net::DNS will output the following error (at least) when calling the mx() > function with warnings enabled: > >| Argument "AI_NUMERICHOST" isn't numeric in subroutine entry at >| /usr/lib/perl5/Net/DNS/Resolver/Base.pm line 743. > > Short script to reproduce: > > ------------------------------ > #!/usr/bin/perl -W
A working workaround is changing the shebang to | #!/usr/bin/perl -w Regards, -thh -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

