[EMAIL PROTECTED] wrote:

> hello there,
> 
> Sorry for the dumb questions.
> 
> Is there any way to probe a program to find if and what (socket) ports it 
> uses,
> in perl?
> 
> It should be compatible with windows xp service pack 2 (which includes the
> windows firewall).

Assuming the program is running :

netstat will show ports in use and has an option to show which process

sysyinternals has a program called tcpview that will show you what
processes have what ports in use.

-- 
  ,-/-  __      _  _         $Bill Luebkert    Mailto:[EMAIL PROTECTED]
 (_/   /  )    // //       DBE Collectibles    Mailto:[EMAIL PROTECTED]
  / ) /--<  o // //      Castle of Medieval Myth & Magic http://www.todbe.com/
-/-' /___/_<_</_</_    http://dbecoll.tripod.com/ (My Perl/Lakers stuff)
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to