summaryrefslogtreecommitdiff
path: root/devel/p5-Filter/pkg-descr
blob: aa0e58c6313c80f71006c610ad4d35b500ce14a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.