freebsd-ports/devel/p5-IO-String/pkg-descr
Vanilla I. Shu 43d985bbf8 Simplified Perl5 module to handle I/O on in-core strings
PR:		ports/25766
Submitted by:	Johann Visagie <johann@egenetics.com>
2001-03-14 23:18:15 +00:00

8 lines
332 B
Text

IO::String is an IO::File (and IO::Handle) compatible class that reads data
from or writes data to in-core strings. It is essentially a simplification
of parts of the IO-stringy collection of modules. As such, IO::String is a
replacement for IO::Scalar.
Author: Gisle Aas <gisle@aas.no>
-- Johann Visagie <johann@egenetics.com>