The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:PerlIO::via"

PerlIO::via - Helper class for PerlIO layers implemented in perl River stage five • 11292 direct dependents • 32664 total dependents

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 River stage five • 11292 direct dependents • 32664 total dependents

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...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

PerlIO::via::xz - PerlIO layer for XZ (de)compression River stage zero No dependents

This module implements a PerlIO layer which will let you handle xz compressed files transparently....

HMBRAND/PerlIO-via-xz-0.06 - 05 Jun 2023 15:46:05 UTC

PerlIO::via::Pod - PerlIO layer for extracting plain old documentation River stage zero No dependents

This module implements a PerlIO layer that extracts plain old documentation (pod) on input and on output. It is intended as a development tool only, but may have uses outside of development....

LNATION/PerlIO-via-Pod-0.07 - 23 May 2022 08:53:54 UTC

PerlIO::via::csv - PerlIO layer to convert between Excel and CSV River stage zero No dependents

This module implements a PerlIO layer that converts a spreadsheet (anything readable by Spreadsheet::Read, like an Excel file) into comma-separated values (CSV) format. It is currently readonly. The spreadsheet is emulated as a stream of bytes where ...

SLANNING/PerlIO-via-csv-0.01 - 01 Feb 2009 17:07:39 UTC

PerlIO::via::MD5 - PerlIO layer for creating an MD5 digest of a file River stage zero No dependents

This module implements a PerlIO layer that can only read files and return an MD5 digest of the contents of the file....

LNATION/PerlIO-via-MD5-0.08 - 09 Nov 2019 15:35:23 UTC

PerlIO::via::CBC - PerlIO layer for reading/writing CBC encrypted files River stage zero No dependents

This module implements a PerlIO layer that can read and read CBC encrypted files. It uses Crypt::CBC to do the CBC. So check Crypt::CBC for more information. config(%args) Allows the configuration of the CBC. Check Crypt::CBC->new() for more informat...

ESSKAR/PerlIO-via-CBC-0.08 - 02 Aug 2006 22:18:24 UTC

PerlIO::via::chop - PerlIO layer to chop the last byte outputted River stage zero No dependents

This module implements a PerlIO layer that chops the last byte written to the file....

AUTRIJUS/PerlIO-via-chop-0.01 - 07 Oct 2002 14:35:32 UTC

PerlIO::via::gzip - PerlIO layer for gzip (de)compression River stage one • 1 direct dependent • 5 total dependents

This module provides a PerlIO layer for transparent gzip de/compression, using IO::Compress::Gzip and IO::Uncompress::Gunzip....

MAJENSEN/PerlIO-via-gzip-0.03 - 06 May 2017 00:43:58 UTC

PerlIO::via::json - PerlIO layer to convert to and from JSON River stage zero No dependents

This module implements a PerlIO layer that converts a file to or from JSON format. In fact, it currently only supports converting between XML and JSON. Any suggestions? Note: The XML<->JSON conversion relies on XML::XML2JSON. The XML file will be slu...

SLANNING/PerlIO-via-json-0.02 - 05 Feb 2017 14:09:00 UTC

PerlIO::via::Skip - PerlIO layer for skipping lines River stage zero No dependents

This module implements a PerlIO layer that discards lines from IO streams. By default, all lines are accepted and passed-through as if no filters are present. Input filters discard input lines, and output filters discard output lines; therefore, inpu...

IOANNIS/PerlIO-via-Skip-0.06 - 28 Aug 2011 11:58:26 UTC

PerlIO::via::trap - PerlIO layer to trap write River stage one • 1 direct dependent • 1 total dependent

This module implements a PerlIO layer that captures attemps to write to files. This is especially useful for debugging modules that are corrupting files....

CLKAO/PerlIO-via-trap-0.09 - 18 Dec 2002 17:45:23 UTC

PerlIO::via::Pipe - PerlIO layer to filter input through a Text::Pipe River stage zero No dependents

This package implements a PerlIO layer for reading files only. It exports, on request, a function "set_io_pipe" that you can use to set a Text::Pipe pipe. If you then use the "Pipe" layer as shown in the synopsis, the input gets filtered through the ...

MARCEL/PerlIO-via-Pipe-1.100860 - 27 Mar 2010 12:34:20 UTC

PerlIO::via::Bzip2 - PerlIO layer for Bzip2 (de)compression River stage zero No dependents

This module implements a PerlIO layer which will let you handle bzip2 compressed files transparently. Class Methods level([$level]) level sets or returns the compression level of the bzip2 library. It ranges from 1 (least compression, most efficient ...

ARJEN/PerlIO-via-Bzip2-0.02 - 04 Mar 2005 23:03:43 UTC

PerlIO::via::UnPod - PerlIO layer for removing plain old documentation River stage zero No dependents

This module implements a PerlIO layer that removes plain old documentation (pod) on input and on output. It is intended as a development tool only, but may have uses outside of development....

LNATION/PerlIO-via-UnPod-0.08 - 23 May 2022 07:53:14 UTC

PerlIO::via::as_is - PerlIO layer that passes everything as-is River stage one • 2 direct dependents • 2 total dependents

This PerlIO layer does nothing (reads/writes everything as-is). Created for testing purpose....

PERLANCAR/PerlIO-via-as_is-0.001 - 12 Oct 2016 03:52:09 UTC

PerlIO::via::Limit - PerlIO layer for length restrictions River stage zero No dependents

PerlIO::via::Limit implements a PerlIO layer that restricts length of stream. There is an important constraint, it is able to specify only one limit value within application because the 'length' is a class data. The following example does not work as...

HWAT/PerlIO-via-Limit-0.04 - 05 Jun 2014 15:48:35 UTC

PerlIO::via::GnuPG - Layer to try to decrypt on read River stage zero No dependents

This is a PerlIO module to decrypt files transparently. It's pretty simple and does not support writing, but works. ...and if it doesn't, please file an issue :)...

RSRCHBOY/PerlIO-via-GnuPG-0.006 - 10 Aug 2015 23:52:51 UTC

PerlIO::via::SeqIO - PerlIO layer for biological sequence formats River stage zero No dependents

"PerlIO::via::SeqIO" attempts to provide an easy option for harnessing the magic sequence format I/O of the BioPerl (<http://bioperl.org>) toolkit. Opening a biological sequence file under "via(SeqIO)" yields a filehandle that can be used to read and...

MAJENSEN/PerlIO-via-SeqIO-0.0322 - 05 Dec 2009 20:28:53 UTC

PerlIO::via::Logger - PerlIO layer for prefixing current time to log output River stage zero No dependents

This module implements a PerlIO layer that prefixes the current time to each line of output or input. This module was created because I frequently need to use file logging systems in daemon-style Perl systems. This module was created to fulfill three...

AKAPLAN/PerlIO-via-Logger-1.01 - 24 Mar 2007 20:19:50 UTC
50 results (0.04 seconds)