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 e55d339 commit 480db57Copy full SHA for 480db57
doc/Language/5to6-perlvar.pod
@@ -424,18 +424,17 @@ filehandle. E. g. C<$*IN.ins>.
424
425
=item $/
426
427
-This is accessed through the C<.nl> method on the filehandle. E. g.
428
-C<$*IN.nl>.
+This is accessed through the C<.nl-in> method on the filehandle. E. g.
+C<$*IN.nl-in>.
429
430
=item $OUTPUT_RECORD_SEPARATOR
431
432
=item $ORS
433
434
=item $\
435
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.
+C<$*OUT.nl-out>.
439
440
=item $OUTPUT_AUTOFLUSH
441
0 commit comments