Files
pkgsrc-ng/devel/p5-IO-stringy/DESCR
2013-09-26 17:14:40 +02:00

13 lines
673 B
Plaintext

This toolkit primarily provides modules for performing both traditional
and object-oriented i/o) on things *other* than normal filehandles; in
particular, IO::Scalar, IO::ScalarArray, and IO::Lines.
This Perl module provides the following functions :
IO::AtomicFile Write a file which is updated atomically
IO::Lines I/O handle to read/write to array of lines
IO::Scalar I/O handle to read/write to a string
IO::ScalarArray I/O handle to read/write to array of scalars
IO::Wrap Wrap old-style FHs in standard OO interface
IO::WrapTie Tie your handles & retain full OO interface