Chris Knipe wrote:
> Hi,
> 
> Is there any modules available to manipulate devices (similar to
> ifconfig) in perl?  Basically, I need to give it a IP address, it
> must find out what interface the IP belogs to, and what pid opened
> the interface ??? 

I doubt it, because the process is so OS-specific. You might try hunting
around here.

http://search.cpan.org/modlist/Operating_System_Interfaces

You should probably just have your perl script make calls to ifconfig,
netstat, etc. to get the information you want.

HTH

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to