{ local $/ = \512; while () { # process the 512 bytes you have in $_ } }