mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
e51f8e95af
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
8 lines
304 B
Text
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.
|