Search results for "module:Filter"
Filter::sh - sh source filter
This filter pipes the current source file through the program which corresponds to the "command" parameter using the Bourne shell. As with all source filters its scope is limited to the current source file only. Every file you want to be processed by...
RURBAN/Filter-1.64 - 16 Aug 2022 20:38:55 UTC
Filter::m4 - M4 source filter
This source filter pipes the current source file through the M4 macro processor ("m4") if it is available. As with all source filters its scope is limited to the current source file only. Every file you want to be processed by the filter must have th...
RURBAN/Filter-1.64 - 16 Aug 2022 20:38:55 UTC
TAP::Filter - Filter TAP stream within TAP::Harness
"TAP::Filter" allows arbitrary filters to be placed in the TAP processing pipeline of TAP::Harness. Installed filters see the parsed TAP stream a line at a time and can modify the stream by * replacing a result * injecting extra results * removing re...
ANDYA/TAP-Filter-0.04 - 05 Jul 2008 14:25:26 UTC
Str::Filter - Garbage in, goodness out
Str::Filter is a collection of common routines for processing mainly input data but also works to filter outbound data. These filters are intended to be called in high volume environments so, there is not a lot of handing data back and forth. These s...
TSC/Str-Filter-0.01 - 05 Sep 2014 01:55:35 UTC
Filter::EOF - Run a callback after a file has been compiled
This module utilises Perl's source filters to provide you with a mechanism to run some code after a file using your module has been processed....
PHAYLON/Filter-EOF-0.04 - 02 Aug 2007 14:30:44 UTC
lib::filter - Allow/disallow loading modules
lib::filter lets you allow/disallow loading modules using some rules. It works by installing a coderef in @INC (and additionally by pruning some entries in @INC). The main use-case for this pragma is for testing. It has been pointed out to me that fo...
PERLANCAR/lib-filter-0.281 - 29 Aug 2021 01:14:01 UTC
Filter::cpp - cpp source filter
This source filter pipes the current source file through the C pre-processor (cpp) if it is available. As with all source filters its scope is limited to the current source file only. Every file you want to be processed by the filter must have a use ...
RURBAN/Filter-1.64 - 16 Aug 2022 20:38:55 UTC
Filter::CBC - Source filter for Cipher Block Chaining
Filter::CBC is a Source filter that uses Cipher Block Chaining (CBC) to encrypt your code. The tricky part is that most CBC Algorithms have binary output. The textmode bypasses this obstacle, by converting the data to less scary data....
BEATNIK/Filter-CBC-0.10 - 18 Sep 2007 15:45:38 UTC
Sub::Filter - automatically filter function's return value
This module allows a function to be augmented with a filter that will be applied to its return values. Whenever the function returns, by whatever means, the value (or list of values) being returned is passed through the filter before going to the cal...
ZEFRAM/Sub-Filter-0.004 - 26 Aug 2013 00:26:18 UTC
POE::Filter - protocol abstractions for POE::Wheel and standalone use
POE::Filter objects plug into the wheels and define how the data will be serialized for writing and parsed after reading. POE::Wheel objects are responsible for moving data, and POE::Filter objects define how the data should look. POE::Filter objects...
BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC
PAR::Filter - Input filter for PAR
Starting with PAR 0.76, "pp -f" takes a filter name, like "Bleach", and invokes this module to transform the programs with PAR::Filter::Bleach. Similarly, "pp -F Bleach" applies the Bleach filter to all included modules. It is possible to pass in mul...
RSCHUPP/PAR-Packer-1.059 - 20 Jul 2023 14:13:30 UTC
IPC::Filter - filter data through an external process
The "filter" function provided by this module passes data through an external command, thus providing filtering in non-pipeline situations....
ZEFRAM/IPC-Filter-0.005 - 12 Aug 2017 00:03:53 UTC
DDC::Filter - DDC Query utilities: server filters (wrapper sockets)
MOOCOW/DDC-Concordance-0.50
-
08 Dec 2020 13:06:22 UTC
Tie::Filter - Tie a facade around a scalar, array, or hash
This module ties a facade around a scalar, array, or hash. The facade then filters data as it is being fetched from or stored to the internal object. For scalars, it provides an API for filtering values stored to and fetched from an internal scalar. ...
HANENKAMP/Tie-Filter-1.02 - 19 Dec 2003 05:02:01 UTC
Filter::tee - tee source filter
This filter copies all text from the line after the "use" in the current source file to the file specified by the parameter "filename". By default and when the filename is prefixed with a '>' the output file will be emptied first if it already exists...
RURBAN/Filter-1.64 - 16 Aug 2022 20:38:55 UTC
WAIT::Filter - Perl extension providing the basic freeWAIS-sf reduction functions
This tiny modules gives access to the basic reduction functions build in freeWAIS-sf. Stem(*word*) reduces *word* using the well know Porter algorithm. AU: Porter, M.F. TI: An Algorithm for Suffix Stripping JT: Program VO: 14 PP: 130-137 PY: 1980 PM:...
ULPFR/WAIT-1.800 - 09 May 2000 11:27:03 UTC
Nile::Filter - Filter functions for Nile framework.
Nile::Filter - Filter functions for Nile framework....
MEWSOFT/Nile-0.55 - 14 Oct 2014 09:32:49 UTC
Filter::exec - exec source filter
This filter pipes the current source file through the program which corresponds to the "command" parameter. As with all source filters its scope is limited to the current source file only. Every file you want to be processed by the filter must have a...
RURBAN/Filter-1.64 - 16 Aug 2022 20:38:55 UTC