File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -556,9 +556,9 @@ except the type).
556
556
say $x; # OUTPUT: «(Date)»
557
557
558
558
If you like to show a debugging version of an object, it is probably better
559
- to use C < dd > . It essentially does a C < $obj.perl > and shows that on STDERR
560
- rather than STDOUT, so it won't interfere with any "normal" output of your
561
- program.
559
+ to use the L « rakudo-specific C < dd > routine|/programs/01-debugging#Dumper_function_dd » .
560
+ It essentially does a C < $obj.perl > and shows that on STDERR rather than STDOUT,
561
+ so it won't interfere with any "normal" output of your program.
562
562
563
563
So, C < say > is optimized for casual human interpretation, C < dd > is optimized
564
564
for casual debugging output and C < print > and C < put > are more generally suitable
You can’t perform that action at this time.
0 commit comments