c39463889a
- Update WWW link Changes: https://github.com/coppit/filehandle-unget/blob/master/CHANGES
6 lines
315 B
Text
6 lines
315 B
Text
FileHandle::Unget is a drop-in replacement for FileHandle which allows more
|
|
than one byte to be placed back on the input. It supports an ungetc(ORD) which
|
|
can be called more than once in a row, and an ungets(SCALAR) which places a
|
|
string of bytes back on the input.
|
|
|
|
WWW: https://github.com/coppit/filehandle-unget
|