perl-5.38.0
${^LAST_FH}

This read-only variable contains a reference to the last-read filehandle. This is set by <HANDLE>, readline, tell, eof and seek. This is the same handle that $. and tell and eof without arguments use. It is also the handle used when Perl appends ", <STDIN> line 1" to an error or warning message.

この読み込み専用変数は最後に読み込んだファイルハンドルへのリファレンスを 含んでいます。 これは <HANDLE>, readline, tell, eof, seek で 設定されます。 これは $. および、telleof が引数なしで使われたときと同じ ハンドルです。 これはまた、Perl がエラーまたは警告メッセージに ", <STDIN> line 1" を追加する ハンドルでもあります。

This variable was added in Perl v5.18.0.

この変数は Perl v5.18.0 で追加されました。