[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
how do I access interface details from inside perl ?
- To: misc@openbsd.org
- Subject: how do I access interface details from inside perl ?
- From: Michael Agbaglo <byteshifter@shifted-bytes.de>
- Date: Thu, 01 Aug 2002 19:15:07 +0200
- User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2.1) Gecko/20010901
Hi !
I know that this is a little bit off-topic but the perl folks couldn't
answer this. I'd like to get information about incoming and outgoing
packets or bytes, like e.g. netstat or ifconfig shows. But I don't want
to call an external program.
M.