freebsd-ports/devel/p5-Filter/pkg-descr
Ying-Chieh Liao 12321bf794 upgrade to 1.28
assume maintainership

PR:		39034
Submitted by:	Erwin Lansing <erwin@lansing.dk> (new maintainer)
2002-06-08 19:20:00 +00:00

26 lines
632 B
Text

Contents of p5-Filter
=====================
Filter::sh
use Filter::sh 'command' ;
This filter pipes the current source file through the
program which corresponds to the command parameter using
the Bourne shell.
Filter::exec
use Filter::exec qw(command parameters) ;
This filter pipes the current source file through the
program which corresponds to the command parameter.
Filter::cpp
use Filter::cpp ;
This source filter pipes the current source file through
the C pre-processor (cpp) if it is available.
WWW: http://search.cpan.org/search?dist=Filter