Search results for "module:PerlIO::Layers"
PerlIO::Layers - Querying your filehandle's capabilities
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 concer...
LEONT/PerlIO-Layers-0.012 - 18 Feb 2020 00:31:08 UTC
PerlIO - On demand loader for PerlIO layers and root of PerlIO::* name space
When an undefined layer 'foo' is encountered in an "open" or "binmode" layer specification then C code performs the equivalent of: use PerlIO 'foo'; The Perl code in PerlIO.pm then attempts to locate a layer by doing require PerlIO::foo; Otherwise th...
RJBS/perl-5.38.0 - 02 Jul 2023 23:00:28 UTC
PerlIO - On demand loader for PerlIO layers and root of PerlIO::* name space
When an undefined layer 'foo' is encountered in an "open" or "binmode" layer specification then C code performs the equivalent of: use PerlIO 'foo'; The Perl code in PerlIO.pm then attempts to locate a layer by doing require PerlIO::foo; Otherwise th...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
PerlIO::if - Push layers conditionally
This module provides a conditional PerlIO layer....
LEONT/PerlIO-if-0.003 - 04 Jul 2011 11:27:07 UTC
PerlIO::via - Helper class for PerlIO layers implemented in perl
The PerlIO::via module allows you to develop PerlIO layers in Perl, without having to go into the nitty gritty of programming C with XS as the interface to Perl. One example module, PerlIO::via::QuotedPrint, is included with Perl 5.8.0, and more exam...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
PerlIO::via - Helper class for PerlIO layers implemented in perl
The PerlIO::via module allows you to develop PerlIO layers in Perl, without having to go into the nitty gritty of programming C with XS as the interface to Perl. One example module, PerlIO::via::QuotedPrint, is included with Perl 5.8.0, and more exam...
RJBS/perl-5.38.0 - 02 Jul 2023 23:00:28 UTC
PerlIO::via::dynamic - dynamic PerlIO layers
"PerlIO::via::dynamic" is used for creating dynamic PerlIO layers. It is useful when the behavior or the layer depends on variables. You should not use this module as via layer directly (ie :via(dynamic)). Use the constructor to create new layers, wi...
ALEXMV/PerlIO-via-dynamic-0.14 - 04 Nov 2012 02:31:25 UTC
PerlIO::via::symlink - PerlIO layers for create symlinks
The PerlIO layer "symlink" allows you to create a symbolic link by writing to the file handle. You need to write C"link $name" to the file handle. If the format does not match, "close" will fail with EINVAL....
CLKAO/PerlIO-via-symlink-0.05 - 01 Mar 2005 13:20:18 UTC
PerlIO::Util - A selection of general PerlIO utilities
"PerlIO::Util" provides general PerlIO utilities: utility layers and utility methods. Utility layers are a part of "PerlIO::Util", but you don't need to say "use PerlIO::Util" for loading them. They will be automatically loaded....
GFUJI/PerlIO-Util-0.72 - 25 May 2011 14:16:31 UTC
PerlIO::tee - Multiplex output layer
"PerlIO::tee" provides a multiplex output stream like tee(1). It makes a filehandle write to one or more files (or scalars via the ":scalar" layer) at the same time. You can use "push_layer()" (defined in "PerlIO::Util") to add a *source* to a fileha...
GFUJI/PerlIO-Util-0.72 - 25 May 2011 14:16:31 UTC
PerlIO::eol - PerlIO layer for normalizing line endings
This layer normalizes any of "CR", "LF", "CRLF" and "Native" into the designated line ending. It works for both input and output handles. If you specify two different line endings joined by a "-", it will use the first one for reading and the second ...
SHLOMIF/PerlIO-eol-0.19 - 09 Jul 2023 05:40:07 UTC
PerlIO::text
This module provides a textual pseudo-layer. Instead of pushing itself, it pushes the right layers to open text files in the specified encoding....
LEONT/PerlIO-text-0.007 - 13 Apr 2012 17:25:09 UTC
PerlIO::reverse - Reads lines backward
The ":reverse" layer reads lines backward like tac(1)....
GFUJI/PerlIO-Util-0.72 - 25 May 2011 14:16:31 UTC
PerlIO::via::Unidecode - a perlio layer for Unidecode
PerlIO::via::Unidecode implements a PerlIO::via layer that applies Unidecode (Text::Unidecode) to data passed through it. You can use PerlIO::via::Unidecode on already-Unicode data, as in the example in the SYNOPSIS; or you can combine it with other ...
SBURKE/PerlIO-via-Unidecode-1.02 - 27 Jul 2014 09:11:59 UTC
PerlIO::via::ToFirePHP - log to FirePHP via an PerlIO layer
This PerlIO layer sends everything it receives to FirePHP. When constructing a filehandle using this layer using "open()", you need to pass an object of type FirePHP::Dispatcher that has been initialized with a HTTP::Headers object. A typical use of ...
MARCEL/PerlIO-via-ToFirePHP-1.100860 - 27 Mar 2010 13:12:22 UTC
PerlIO::via::EscStatus - dumb terminal status display layer
An EscStatus layer prints and reprints a status line using carriage returns and backspaces for a dumb terminal. This is meant as a progress or status display in a command line program. Working ... record 20 of 80 (25%) ^--cursor left here Status line...
KRYDE/PerlIO-via-EscStatus-12 - 24 Nov 2019 06:47:49 UTC
Test::Trap::Builder::PerlIO - Capture strategy using PerlIO::scalar
This module provides a capture strategy *perlio*, based on PerlIO::scalar, for the trap's output layers. Note that you may specify different strategies for each output layer on the trap. See also Test::Trap (:stdout and :stderr) and Test::Trap::Build...
EBHANSSEN/Test-Trap-v0.3.5 - 27 Jul 2022 15:59:02 UTC
PerlIO::via::EscStatus::Parser - parse out status escape lines
An "EscStatus::Parser" object parses out EscStatus format status strings from text. This is used by the EscStatus layers and is offered for parsing a stream the same way the layers do....
KRYDE/PerlIO-via-EscStatus-12 - 24 Nov 2019 06:47:49 UTC