blob: 9f06b6c6bc7bf2979ebde91e0ea9dd29b1ea50dc (
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: https://metacpan.org/release/Socket
|