in reply to
How to split a string into chunks of length n or less
s/(.{16})/$1 /g;
Comment on
Re: How to split a string into chunks of length n or less
Download
Code
In Section
Seekers of Perl Wisdom