in reply to Getting list of network interfaces

There also are IO::Interface::Simple, which I've used for Unixish OSes and Win32::IPConfig as the alternative for Windows.

Replies are listed 'Best First'.
Re^2: Getting list of network interfaces
by Anonymous Monk on Mar 26, 2026 at 13:06 UTC
    IO::Interace::Simple is part of the IO::Interface distribution and uses it under the hood, so it's equally buggy. On my macbook it only finds the loopback and 6to4 tunnel interfaces.