989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
11 lines
426 B
Text
11 lines
426 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.
|
|
|
|
Version 0.11:
|
|
- Fixed uninitialized value warnings
|
|
- Create SourceForge project
|
|
|
|
Author: David Coppit <david@coppit.org>
|
|
WWW: http://fh-unget.sourceforge.net/
|