blob: 36dcb124e62de5f7b8c637108e626f9777e2c586 (
plain) (
blame)
1
2
3
4
|
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.
|