Description
Buffered parsing can push multibyte data back into a Perl file handle. Developers use this module when readers need to look ahead, then return bytes or characters for later parsing. It is a low-level IO helper and the surrounding code controls which files or streams are read.