We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7812d5d commit e338a6fCopy full SHA for e338a6f
S32-setting-library/IO.pod
@@ -450,8 +450,9 @@ the empty list at runtime.)
450
451
=item multi say (*@LIST --> Bool)
452
453
-This is identical to print() except that it auto-appends the C<output-line-separator> after
454
-the final argument.
+This is identical to print() except that it stringifies its arguments by calling
+C<.gist> on them and auto-appends the C<output-line-separator> after the final
455
+argument.
456
457
Was: print "Hello, world!\n";
458
Now: say "Hello, world!";
0 commit comments