in reply to Re: How to read each 232 bytes of input data ?in thread How to read each 232 bytes of input data ?
local $/ = \232; ... [download]
{ local $/ = \232; while (<$input>) { ... } } [download]