We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce5f5e commit cf1a6d6Copy full SHA for cf1a6d6
lib/PDL/MATLAB.pod
@@ -166,9 +166,10 @@ PDL Shell (perldl):
166
12
167
pdl>
168
169
-In L<pdl2|PDL::Perldl2> (a shell available on CPAN) there is the C<do_print> command that will toggle the "quiet"
170
-mode, which defaults to on. In "print" mode, expressions you enter on
171
-the command line will have their values printed.
+In L<perldl> there is the C<do_print> command that can turn on the "print"
+mode, which defaults to off. In "print" mode, expressions you enter on
+the command line will have their values printed. Just like MATLAB,
172
+if you end the command with C<;>, nothing will be printed.
173
174
=back
175
0 commit comments