in reply to How do I split up a long string with no spaces?

$string=~s/(\S{$numoflettersbeforebreaking})/$1 /g;