SocketSupp - Perl extension for defines in net/if.h and sys/socket.h, supplementary to Socket module.
use SocketSupp; SocketSupp::IFNAMSIZ; SocketSupp::SIOCGIFADDR; SocketSupp::SIOCGIFCONF;
Give access to defines in net/if.h and sys/socket.h,
intended to supplement Socket module.
Currently availables are
IFNAMSIZ,
SIOCGIFADDR,
and
SIOCGIFCONF.Version 0.03 is provided as a gzipped tarball.
Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Socket(3)