- IO::Handle->format_line_break_characters EXPR
- $FORMAT_LINE_BREAK_CHARACTERS
- $:
-
The current set of characters after which a string may be broken to fill continuation fields (starting with
^
) in a format. The default is " \n-", to break on a space, newline, or a hyphen.フォーマットの充填継続フィールド (
^
で始まるもの) への文字列で行分割を許す 文字集合。 デフォルトは " \n-" で空白、改行、ハイフンの後で行分割が可能です。You cannot call
format_line_break_characters()
on a handle, only as a static method. See IO::Handle.ハンドルに対して
format_line_break_characters()
を呼び出すことはできません; 静的メソッドしてのみです。 IO::Handle を参照してください。Mnemonic: a "colon" in poetry is a part of a line.
記憶法: 詩では「コロン」は、行の一部。