| |||||||||||
| |||||||||||
Help on this perl requirement Posted by ksamir2004 (ksamir2004), 12 August 2008 Help on writing Script.Can any one help me to writing perl script on this issue. when we pass command on prompt # nslookup www.wellho.net it shows : Server: utilits.xxx.xxx (Your Server hostname) Address: 121.172.131.79(client machine Ip address) Name: www.wellho.net (Lookup website name) Address: 83.170.95.163(server Ip address) we have bulk IP address of this kind. So our requirements, its should print on Text File like this format: Server Ip IP ADDRESS Lookup website name 83.170.95.163 www.wellho.net i written perl script. so attaching plz have look and $x="C:/perlfile/sami1.txt" open (DAT,$x)||die "unable to open file"; @raw_data=<DAT>; close(DAT); foreach $wrestler (@raw_data) { chomp($wrestler); print `nslookup $wrestler `; } can any one help me out on this issue. Thanks Sam Posted by admin (Graham Ellis), 13 August 2008 How about this?Code:
Working example - I have included the data with the program so you can try it out. Code:
This page is a thread posted to the opentalk forum
at www.opentalk.org.uk and
archived here for reference. To jump to the archive index please
follow this link.
|
| ||||||||||
PH: 01144 1225 708225 • FAX: 01144 1225 793803 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho |