slackbuilds/perl/perl-PerlIO-Layers
Dave Woodfall 286a66b69a
perl/perl-PerlIO-Layers: Marked as orphaned (no SBo maintainer)
2020-02-01 09:00:37 +07:00
..
README
perl-PerlIO-Layers.SlackBuild
perl-PerlIO-Layers.info perl/perl-PerlIO-Layers: Marked as orphaned (no SBo maintainer) 2020-02-01 09:00:37 +07:00
slack-desc perl/perl-PerlIO-Layers: Update homepage. 2018-05-27 11:11:07 +07:00

README

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.