FileHandle which supports multi-byte unget
FileHandle::Unget operates exactly the same as FileHandle, except that it
provides a version of ungetc that allows you to unget more than one
character. It also provides ungets to unget a string.
This module is useful if the filehandle refers to a stream for which you
can't just 'seek()' backwards. Some operating systems support multi-byte
'ungetc()', but this is not guaranteed. Use this module if you want a
portable solution. In addition, on some operating systems, eof() will not
be reset if you ungetc after having read to the end of the file.
NOTE: Using 'sysread()' with 'ungetc()' and other buffering functions is
still a bad idea.
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/perl-FileHandle-Unget && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
FileHandle-Unget-0.1628.tar.gz | 0000040259 39.3 KB | |
cpanspec.yml | 0000000112 112 Bytes | |
perl-FileHandle-Unget.changes | 0000003746 3.66 KB | |
perl-FileHandle-Unget.spec | 0000002530 2.47 KB |
Revision 22 (latest revision is 23)
Dominique Leuenberger (dimstar_suse)
accepted
request 530695
from
Stephan Kulow (coolo)
(revision 22)
1
Comments 0