If you want to read all your input in chunks of 232 bytes of data, you could set the magic variable $/ instead of using jettero's approach so Perl reads in records of 232 bytes length:
$/ = \232; while (<$input>) { ... }
In reply to Re: How to read each 232 bytes of input data ?
by Corion
in thread How to read each 232 bytes of input data ?
by bh_perl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |