in reply to How to read each 232 bytes of input data ?
and if you want to avoid buffering you can use sysread which uses the same syntax as read (see jettero's post). 'perldoc -f read' o 'perldoc -f sysread' will tell you more