You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Type/IO.pod
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,12 @@ displays
30
30
To print text implicitly including the trailing newline character, use
31
31
L<say|/type/IO#sub_say>.
32
32
33
+
=head2sub put
34
+
35
+
Print the given text on C<$*OUT> (standard output) with appended C<$*OUT.nl-out>. The default for the latter is the platform dependent newline sequence.
36
+
37
+
print 'Merry 1.0!' # Merry 1.0!
38
+
33
39
=head2sub say
34
40
35
41
Print the given text, followed by a newline C<"\n"> on C<$*OUT> (standard
0 commit comments