summaryrefslogtreecommitdiff
path: root/devel/p5-FileHandle-Unget/DESCR
blob: 2012aeef32de8a767bcb5526f32c75207e9c6e49 (plain)
1
2
3
4
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.