http://qs1969.pair.com?node_id=722560


in reply to $:: is used

$:
The current set of characters after which a string may be broken to fill continuation fields (starting with ^) in a format. Default is " \n-", to break on whitespace or hyphens. (Mnemonic: a "colon" in poetry is a part of a line.)

See perldoc

allan