Name: | perl-FileHandle-Unget |
---|---|
Version: | 0.1623 |
Release: | 15.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 48729 |
License: | GPL+ |
RPM: | perl-FileHandle-Unget-0.1623-15.el7.noarch.rpm |
Source RPM: | perl-FileHandle-Unget-0.1623-15.el7.src.rpm |
Build Date: | Thu Oct 26 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/FileHandle-Unget/ |
Summary: | A FileHandle that supports ungetting of multiple bytes |
Description: | 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. |