The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.213 - 2023-05-20

  • Imcompatible Changes
    • stream field in IO::File is renamed to FileStream.
    • input_file_nubmer field in IO::File is renamed to InputLineNumber.
    • close method in IO::File set FD field to -1, instead of setting FileStream to undef.
    • Change the following methods in the IO::File.
      • static method new : IO::File ($file_name : string = undef, $open_mode : object of string|Int = undef, $perm : int = -1);
      • static method new : IO::File ($file_name : string = undef, $open_mode : string = undef);
      • static method new_from_fd : IO::Handle ($fd : int, $open_mode : string = undef);
      • static method new_from_fd : IO::Handle ($fd : int, $open_mode : string);
      • method open : void ($file_name : string, $open_mode : object of string|Int, $perm : int = -1);
      • method open : void ($file_name : string, $open_mode : string);
    • Remove printflush method from IO::File.
    • Remove set_input_line_number from IO::File.
  • Bug Fix
    • Fix the bug that AutoFlush option does not work .

Modules

File IO, Sockets, Select/Polling.
File IO
I/O Handling
Socket Communications
IPv4 Sockets
IPv4/IPv6 Sockets
Short Description