The result is just 'name='. There is no error so '$name' must be a defined variable but contains a null string.#!/usr/bin/perl -w use strict; use Net::Nslookup; my $name=nslookup(domain=>"yahoo.com"); print("name=$name\n");
In reply to Net::Nslookup help needed by gw1500se
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |