You are viewing the version of this documentation from Perl blead. This is the main development branch of Perl. (git commit 0a05a8bd231063e1ba6d039754d9e635d47441b5)
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.

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

Mnemonic: a "colon" in poetry is a part of a line.