in reply to line break after 64 characters
use Text::Wrap; $Text::Wrap::columns = 65; print wrap("", "", $string); [download]