Query: filter::util::exec
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Exec(3) User Contributed Perl Documentation Exec(3)NAMEFilter::Util::Exec - exec source filterSYNOPSISuse Filter::Util::Exec;DESCRIPTIONThis 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. filter_add() The function, "filter_add" installs a filter. It takes one parameter which should be a reference. The kind of reference used will dictate which of the two filter types will be used. If a CODE reference is used then a closure filter will be assumed. If a CODE reference is not used, a method filter will be assumed. In a method filter, the reference can be used to store context information. The reference will be blessed into the package by "filter_add". See Filter::Util::Call for examples of using context information using both method filters and closure filters.AUTHORPaul MarquessDATE11th December 1995. perl v5.16.3 2013-04-02 Exec(3)
Related Man Pages |
---|
filter::util::call(3) - redhat |
mail::filter(3) - mojave |
mail::filter(3) - osx |
mail::filter(3) - centos |
web::scraper::filter(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
DB2 convert digits to binary format |
CentOS7 restoring file capabilities |
Shopt -s histappend |
Unsure why access time on a directory change isn't changing |