diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2001-11-15 10:06:39 +0100 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2001-11-15 09:12:48 +0000 |
commit | 9a1f07e743e42a0b7bb5626198fd8bf95eba6fbc (patch) | |
tree | f8fd90ba0d6709529c0e1a918f9f7acc5df3de40 /pod/perlrun.pod | |
parent | e8fcf3b95839c3b33699c9d2412f7f83861908f9 (diff) | |
download | perl-9a1f07e743e42a0b7bb5626198fd8bf95eba6fbc.tar.gz |
[DOC PATCH] mention Filter::cpp in perlrun
Message-Id: <20011115090639.A13005@rafael>
p4raw-id: //depot/perl@13016
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 0e3017fabd..54c860b5ae 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -588,6 +588,9 @@ like for example C<"!">: s!foo!!; +If you're considering using C<-P>, you might also want to look at the +Filter::cpp module from CPAN. + =item B<-s> enables rudimentary switch parsing for switches on the command |