SPVM::IO - File IO, Socket, Select/Polling.
IO class has methods to manipulate File IO, Socket, Select/Polling.
IO::Handle
IO::File
IO::Socket
IO::Socket::INET
IO::Socket::UNIX
IO::Select
Copyright (c) 2023 Yuki Kimoto
MIT License
To install SPVM::IO, copy and paste the appropriate command in to your terminal.
cpanm
cpanm SPVM::IO
CPAN shell
perl -MCPAN -e shell install SPVM::IO
For more information on module installation, please visit the detailed CPAN module installation guide.