43d6701c3e
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: http://search.cpan.org/dist/PerlIO-Layers/
6 lines
308 B
Text
6 lines
308 B
Text
%%SITE_PERL%%/%%PERL_ARCH%%/PerlIO/Layers.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/Layers/Layers.bs
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/Layers/Layers.so
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/Layers
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/PerlIO
|