|
|
| Welcome to the Monastery | |
| PerlMonks |
Re: How to process each byte in a binary file?by kschwab (Priest) |
| on Aug 12, 2002 at 20:58 UTC ( #189628=note: print w/ replies, xml ) | Need Help?? |
|
How about IO::Scalar or IO::String ? You could then seek() and tell() around the string, or read() in 1 byte increments. I'm not sure what's under the covers, but both seem elegant from the outside.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||