Skip to content

Commit 480db57

Browse files
committed
update doc for nl-in and nl-out
1 parent e55d339 commit 480db57

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/Language/5to6-perlvar.pod

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -424,18 +424,17 @@ filehandle. E. g. C<$*IN.ins>.
424424
425425
=item $/
426426
427-
This is accessed through the C<.nl> method on the filehandle. E. g.
428-
C<$*IN.nl>.
427+
This is accessed through the C<.nl-in> method on the filehandle. E. g.
428+
C<$*IN.nl-in>.
429429
430430
=item $OUTPUT_RECORD_SEPARATOR
431431
432432
=item $ORS
433433
434434
=item $\
435435
436-
[NEEDS FURTHER RESEARCH] The <.nl> method on the filehandle (e. g.
437-
C<$*OUT.nl>) I<appears> to give the output record separator, but this is
438-
currently not clear.
436+
This is accessed through the C<.nl-in> method on the filehandle. E. g.
437+
C<$*OUT.nl-out>.
439438
440439
=item $OUTPUT_AUTOFLUSH
441440

0 commit comments

Comments
 (0)