slackbuilds/perl/perl-PerlIO-Layers
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
README perl/perl-PerlIO-Layers: Added (query layers of perl's filehandles). 2012-12-29 09:16:14 +01:00
perl-PerlIO-Layers.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
perl-PerlIO-Layers.info perl/perl-PerlIO-Layers: Added (query layers of perl's filehandles). 2012-12-29 09:16:14 +01:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05: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.