Skip to content

Commit cf1a6d6

Browse files
committed
note do_print in PDL::MATLAB
1 parent 1ce5f5e commit cf1a6d6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/PDL/MATLAB.pod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,10 @@ PDL Shell (perldl):
166166
12
167167
pdl>
168168

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.
169+
In L<perldl> there is the C<do_print> command that can turn on the "print"
170+
mode, which defaults to off. In "print" mode, expressions you enter on
171+
the command line will have their values printed. Just like MATLAB,
172+
if you end the command with C<;>, nothing will be printed.
172173

173174
=back
174175

0 commit comments

Comments
 (0)