patch against perldebug.pod
Jim Cromie [Wed, 17 Jul 2002 08:48:38 +0000 (04:48 -0400)]
Message-ID: <3D3567A6.5070404@divsol.com>

p4raw-id: //depot/perl@17592

pod/perldebug.pod

index b63bc4a..dafa572 100644 (file)
@@ -84,9 +84,10 @@ where STDOUT may be redirected to.
 
 =item x [maxdepth] expr
 
-Evaluates its expression in list context and dumps out the result
-in a pretty-printed fashion.  Nested data structures are printed out
-recursively, unlike the real C<print> function in Perl.
+Evaluates its expression in list context and dumps out the result in a
+pretty-printed fashion.  Nested data structures are printed out
+recursively, unlike the real C<print> function in Perl.  When dumping
+hashes, you'll probably prefer 'x \%h' rather than 'x %h'.
 See L<Dumpvalue> if you'd like to do this yourself.
 
 The output format is governed by multiple options described under