Description
Perl code can create dynamic PerlIO layers for transforming data as it is read from or written to handles. This is useful for advanced I/O filters, encoding experiments, and stream-processing helpers.
It is a low-level I/O library. Stream transformations should be tested carefully because mistakes can corrupt data or change text encoding unexpectedly.