=head1 TITLE Remove socket functions from core =head1 VERSION Maintainer: Stephen P. Potter Date: 24 Aug 2000 Mailing List: perl6-internals@perl.org Number: 146 Version: 1 Status: Developing =head1 ABSTRACT Move the socket functions (C, C, etc) from the core language to a loadable module. =head1 DESCRIPTION Several of the socket functions have already started to migrate from the core to a module. This RFC is proposing that all the socket functions should move to the Socket.pm module and require a "use Socket;" in order to function in perl 6. The specific functions that would be covered under this proposal are: =over =item C =item C =item C =item C =item C =item C =item C =item C =item C =item C =item C =item C =item C =back =head1 IMPLEMENTATION Move code for socket functions to Socket.pm, requyire "use Socket" to enable use of socket functions. =head1 REFERENCES L L