summaryrefslogtreecommitdiff
path: root/pod/perlfaq4.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-14 22:44:27 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-14 22:44:27 +0000
commit8cd7955893792dd3ae9bfaf61ca10fa3182273ac (patch)
tree31e77f9a2cac8345acb2320739e438eee3877e3e /pod/perlfaq4.pod
parentb193a46a487da8f58988b6f01ca123407b8fda72 (diff)
downloadperl-8cd7955893792dd3ae9bfaf61ca10fa3182273ac.tar.gz
more warnings tidy-ups (from Paul Marquess)
p4raw-id: //depot/perl@5747
Diffstat (limited to 'pod/perlfaq4.pod')
-rw-r--r--pod/perlfaq4.pod4
1 files changed, 1 insertions, 3 deletions
diff --git a/pod/perlfaq4.pod b/pod/perlfaq4.pod
index b8ccfba847..e997a8fcb9 100644
--- a/pod/perlfaq4.pod
+++ b/pod/perlfaq4.pod
@@ -446,9 +446,7 @@ parser.
If you are serious about writing a parser, there are a number of
modules or oddities that will make your life a lot easier. There are
the CPAN modules Parse::RecDescent, Parse::Yapp, and Text::Balanced;
-the byacc program; and Mark-Jason
-Dominus's excellent I<py> tool at http://www.plover.com/%7Emjd/perl/py/
-.
+and the byacc program.
One simple destructive, inside-out approach that you might try is to
pull out the smallest nesting parts one at a time: