diff options
author | Ronald J. Kimball <rjk@linguist.dartmouth.edu> | 2003-08-21 13:09:17 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-22 04:57:12 +0000 |
commit | ffc145e8a18a4c952027b6b4c853bd908c48f521 (patch) | |
tree | 8c3ee07d2e6cff4c4c836359d3e1779b594b3ab3 /pod/perlhack.pod | |
parent | da76a1f46b22411dc37cbf73d79e809bb51a9b8d (diff) | |
download | perl-ffc145e8a18a4c952027b6b4c853bd908c48f521.tar.gz |
Re: pod cleanup
Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
(the pod part)
p4raw-id: //depot/perl@20813
Diffstat (limited to 'pod/perlhack.pod')
-rw-r--r-- | pod/perlhack.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod index f91334c57e..3214b330d3 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -1329,6 +1329,8 @@ but you have to say print Perl_sv_2pv_nolen(sv) +=back + You may find it helpful to have a "macro dictionary", which you can produce by saying C<cpp -dM perl.c | sort>. Even then, F<cpp> won't recursively apply those macros for you. @@ -1341,8 +1343,6 @@ included in the debugging information. Using F<gcc> version 3.1, this means configuring with C<-Doptimize=-g3>. Other compilers might use a different switch (if they support debugging macros at all). -=back - =head2 Dumping Perl Data Structures One way to get around this macro hell is to use the dumping functions in |