blob: 3d5899c636d9ad4fb342fd657335884c225470a3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
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.
Version 0.11:
- Fixed uninitialized value warnings
- Create SourceForge project
WWW: http://fh-unget.sourceforge.net/
Author: David Coppit <david@coppit.org>
|