while (<>) { print "$1\n" while s/^(.{60})//; print "$_\n" if $_; } [download]
In reply to Re^2: 2048 character limit by Aristotle in thread 2048 character limit by druid