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 1.2.0 - 2018-02-02

  • BREAKING CHANGE: no longer attempt to reset a source filehandle to its initial position when switching to the next source.
  • BUGFIX: 'read' at EOF now takes into account the specified offset.
  • Reimplement with tie to self, so that additional methods can be defined for the filehandle.
  • Implement current_source method.
  • Implement input_line_number method, and update $. appropriately.
  • Implement set_field, get_field, remove_field methods.

Modules

Chain several sources through a single file read handle