# Using fixed-length records is something like... do { local $/ = \100; while () { print OUTFILE $_; } }