I have a long string of characters (> 40,000 chars)
that I need to break up into strings of 6 chars each.
Is there a simple way to do this in Perl? unpack()
doesn't seem to be the right solution; there are no
terminations for the strings I'm after.

Have I actually found something that is easier in C
than in Perl?


Kim Helliwell [EMAIL PROTECTED] Homepage: http://homepage.mac.com/kimgh



Reply via email to