blob: acf5769e318ed949e5e677a07e7b90c32556e2e0 (
plain)
1
2
3
4
5
6
|
Perl's filehandles are implemented as a stack of layers, with the bottom-most
usually doing the actual IO and the higher ones doing buffering,
encoding/decoding or transformations. PerlIO::Layers allows you to query the
filehandle's properties concerning there layers.
WWW: https://metacpan.org/release/PerlIO-Layers
|