From: Mark-Jason Dominus Date: Thu, 10 Jan 2002 15:12:27 +0000 (+0000) Subject: doc patch X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4197b13ff4e72ea462de52726be7a7d9346fe9f2;p=p5sagit%2Fp5-mst-13.2.git doc patch Message-ID: <20020110151227.14850.qmail@plover.com> p4raw-id: //depot/perl@14165 --- diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 7326d27..7c56788 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -301,9 +301,11 @@ See L. sets debugging flags. To watch how it executes your program, use B<-Dtls>. (This works only if debugging is compiled into your Perl.) Another nice value is B<-Dx>, which lists your compiled -syntax tree. And B<-Dr> displays compiled regular expressions. As an -alternative, specify a number instead of list of letters (e.g., B<-D14> is -equivalent to B<-Dtls>): +syntax tree. And B<-Dr> displays compiled regular expressions; +the format of the output is explained in L. + +As an alternative, specify a number instead of list of letters (e.g., +B<-D14> is equivalent to B<-Dtls>): 1 p Tokenizing and parsing 2 s Stack snapshots