blob: bf1596e81483c8938bcd7989c7ac3150922952ea (
plain) (
blame)
1
2
3
4
5
6
|
Socket is a low-level module used by, among other things, the IO::Socket family
of modules. The following examples demonstrate some low-level uses but a
practical program would likely use the higher-level API provided by IO::Socket
or similar instead.
WWW: http://search.cpan.org/dist/Socket/
|