summaryrefslogtreecommitdiffstats
path: root/perl/perl-PerlIO-Layers/README
blob: 8257c91fd5a2413e6913efbb3bcaad261eb3f16c (plain)
1
2
3
4
5
6
7
8
PerlIO::Layers (Perl module)

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 these layers.