Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-FileHandle-Unget: A FileHandle that supports ungetting of multiple bytes
- Summary
- FileHandle::Unget is a drop-in replacement for FileHandle that 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.
Changelog
- * Wed Oct 12 17:00:00 2005 Paul Howarth <paul{%}city-fan{*}org> 0.1621-1
- Fedora Extras submission