perl-5.38.0
IO::Handle->output_field_separator( EXPR )
$OUTPUT_FIELD_SEPARATOR
$OFS
$,

The output field separator for the print operator. If defined, this value is printed between each of print's arguments. Default is undef.

print 演算子のための出力フィールドセパレータ。 定義されると、この値がそれぞれの print の引数の間に表示されます。 デフォルトは undef です。

You cannot call output_field_separator() on a handle, only as a static method. See IO::Handle.

ハンドルに対して output_field_separator() を呼び出すことはできません; 静的メソッドしてのみです。 IO::Handle を参照してください。

Mnemonic: what is printed when there is a "," in your print statement.

記憶法: print 文で "," を書いた場所に印字されるもの。