I can't get sockets to work with perl.



Some of the socket constants have changed. E.g., SOCK_STREAM
now has a value of 2, whereas SunOS 4.x uses a value of 1.


Use perl5 modules and the symbolic values they define instead.



[an error occurred while processing this directive]