Search results for "dist: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
perlfilter - Source Filters
This article is about a little-known feature of Perl called *source filters*. Source filters alter the program text of a module before Perl sees it, much as a C preprocessor alters the source text of a C program before the compiler sees it. This arti...
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
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::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
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
Filter::decrypt - template for a decrypt source filter
This is a sample decrypting source filter. Although this is a fully functional source filter and it does implement a *very* simple decrypt algorithm, it is *not* intended to be used as it is supplied. Consider it to be a template which you can combin...
RURBAN/Filter-1.64 - 16 Aug 2022 20:38:55 UTC
Filter::Util::Call - Perl Source Filter Utility Module
This module provides you with the framework to write *Source Filters* in Perl. An alternate interface to Filter::Util::Call is now available. See Filter::Simple for more details. A *Perl Source Filter* is implemented as a Perl module. The structure o...
RURBAN/Filter-1.64 - 16 Aug 2022 20:38:55 UTC
Filter::Util::Exec - exec source filter
This module is provides the interface to allow the creation of *Source Filters* which use a Unix coprocess. See Filter::exec, Filter::cpp and Filter::sh for examples of the use of this module. Note that the size of the buffers is limited to 32-bit. f...
RURBAN/Filter-1.64 - 16 Aug 2022 20:38:55 UTC