ports/devel/p5-FileHandle-Unget/pkg/DESCR

5 lines
267 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.