summaryrefslogtreecommitdiff
path: root/pod/perlfilter.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-12-20 16:19:00 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-12-20 16:19:00 +0000
commit40b7eeef93cf0584b0d7d850beb70a00e3135bc3 (patch)
treea178de94f30854526876766cff54ed12ea77fec7 /pod/perlfilter.pod
parentbe99777f11f45794695cc66d8f318d65df2f1d77 (diff)
downloadperl-40b7eeef93cf0584b0d7d850beb70a00e3135bc3.tar.gz
pod tweaks
p4raw-id: //depot/perl@4699
Diffstat (limited to 'pod/perlfilter.pod')
-rw-r--r--pod/perlfilter.pod5
1 files changed, 2 insertions, 3 deletions
diff --git a/pod/perlfilter.pod b/pod/perlfilter.pod
index f3ab788ffc..a2eb1d855b 100644
--- a/pod/perlfilter.pod
+++ b/pod/perlfilter.pod
@@ -57,7 +57,7 @@ Every source stream is associated with only one file.
A source filter is a special kind of Perl module that intercepts and
modifies a source stream before it reaches the parser. A source filter
-changes the our diagram like this:
+changes our diagram like this:
file ----> filter ----> parser
@@ -510,8 +510,7 @@ doesn't know Perl. It can be fooled quite easily:
EOM
Such things aside, you can see that a lot can be achieved with a modest
-amount of code. I<[Note that Tuomas' toy VRML parser on p. 17 had the
-same difficulty parsing VRML strings that look like comments. -Jon]>
+amount of code.
=head1 CONCLUSION