Skip to content

Commit e982b42

Browse files
committed
fix some IO methodname fossils
1 parent 6cdd9f3 commit e982b42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S28-special-names.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ If a column has a "-" in it, it means that item is unavailable in that version o
177177
$@ $EVAL_ERROR - Use shiny new $!
178178
$^E - Use shiny new $!
179179
$^S -
180-
$. $NR $*IN.input_record_number()
181-
$/ $RS $*IN.input_record_separator()
180+
$. $NR $*IN.ins()
181+
$/ $RS $*IN.input-line-separator()
182182
$| $*OUT.autoflush()
183183
$, $OFS $*OUT.output_field_separator()
184184
$\ $*OUT.output_record_separator()

0 commit comments

Comments
 (0)