From: Gurusamy Sarathy Date: Tue, 14 Mar 2000 20:57:12 +0000 (+0000) Subject: perlfaq4 tweak (from Damian Conway ) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6a2af47500d23f23e57e78ecef789ead915abc31;p=p5sagit%2Fp5-mst-13.2.git perlfaq4 tweak (from Damian Conway ) p4raw-id: //depot/perl@5740 --- diff --git a/pod/perlfaq4.pod b/pod/perlfaq4.pod index b358a4e..b8ccfba 100644 --- a/pod/perlfaq4.pod +++ b/pod/perlfaq4.pod @@ -444,9 +444,9 @@ nested patterns, nor can they. For that you'll have to write a 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 is -the CPAN module Parse::RecDescent, the standard module Text::Balanced, -the byacc program, the CPAN module Parse::Yapp, and Mark-Jason +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 tool at http://www.plover.com/%7Emjd/perl/py/ .