or download this
use Text::Format;
$body = "The Email Issue (matter getting shattering/ numbers coming in
+ between etc..) was addressed to jiju and he is looking into this wit
+h highest priority. This will be fixed ASAP.";
$body = Text::Format->new({columns => 70,firstIndent => 0})->form
+at($body);
print $body;