in reply to
Special formatting of error messages
I'd think
pack()
is not suited for this. I would use a module like
Text::Wrap
and
print()/printf()
.
Comment on
Re: Special formatting of error messages
In Section
Seekers of Perl Wisdom