gw1500se has asked for the wisdom of the Perl Monks concerning the following question:
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");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::Nslookup help needed
by oko1 (Deacon) on Aug 28, 2008 at 01:31 UTC | |
|
Re: Net::Nslookup help needed
by Khen1950fx (Canon) on Aug 27, 2008 at 23:28 UTC | |
by gw1500se (Beadle) on Aug 27, 2008 at 23:45 UTC | |
|
Re: Net::Nslookup help needed
by Mr. Muskrat (Canon) on Aug 28, 2008 at 17:32 UTC |