slackbuilds_ponce/perl/perl-PerlIO-Layers/README
Glenn Becker e51f8e95af perl/perl-PerlIO-Layers: Added (query layers of perl's filehandles).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2012-12-29 09:16:14 +01:00

8 lines
304 B
Text

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.