Changes for version 0.202 - 2023-05-23

  • Incompatibe Changes
    • The definition of the following methods in the IO::Handle class are changed.
      • Before
        • method printf : int ($format : string, $args : object[]...);
      • After
        • method printf : int ($format : string, $args : object[]);

Modules

File IO, Socket, Select/Polling.
File Input/Output
I/O Handling
Socket Communications