http://www.perlmonks.org?node_id=305602


in reply to Multi-line Format problem

Alternatively, you could use the Text::Reform module:
use Text::Reform; print form " -------------------------------------------------", " [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[", $cookie, " ||||||||||||||||||||||||||||||||||||||||||||", $author, " -------------------------------------------------";