Re: I want your MAC!
by $Bill Luebkert other posts by this author
Nov 6 2002 12:30AM messages near this date
view in the new Beta List Site
RE: I want your MAC!
|
Outlook, Perl & OLE
Harald Wopenka wrote:
> Hi again,
> how can I determine the MAC-Address via IP-Address? Is there a function in
> perl?
Not directly. You can use ipconfig /all and parse the resulting output.
You can also get it from arp -a and parse that (you may have to ping it first
to get it into the arp tables).
--
,-/- __ _ _ $Bill Luebkert ICQ=162126130
(_/ / ) // // DBE Collectibles Mailto:dbe@[...].com
/ ) /--< o // // http://dbecoll.tripod.com/ (Free site for Perl)
-/-' /___/_<_</_</_ Castle of Medieval Myth & Magic http://www.todbe.com/
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Harald Wopenka
Manfred Maier
Harald Wopenka
$Bill Luebkert
|