NAME

SocketSupp - Perl extension for defines in net/if.h and sys/socket.h, supplementary to Socket module.


SYNOPSIS

  use SocketSupp;
  SocketSupp::IFNAMSIZ;
  SocketSupp::SIOCGIFADDR;


DESCRIPTION

Give access to defines in net/if.h and sys/socket.h, intended to supplement Socket module. Currently availables are

  IFNAMSIZ,

and

  SIOCGIFADDR.
Version 0.02 is provided as a gzipped tarball.


AUTHOR

Kiyokazu SUTO <suto@ks-and-ks.ne.jp>


SEE ALSO

Socket(3)