in reply to Re: Netbios question
in thread Netbios question

a pretty easy method is to loop through the IP's calling
open ( COMMAND, "nmblookup -A $IPAddress |" ); my @DATA = <COMMAND>; close COMMAND; parse (@DATA); #using regex