Add files from parent branch HEAD:
[pkgsrc.git] / devel / p5-IO-stringy / DESCR
1   This toolkit primarily provides modules for performing both traditional
2 and object-oriented i/o) on things *other* than normal filehandles; in
3 particular, IO::Scalar, IO::ScalarArray, and IO::Lines.
4
5   This Perl module provides the following functions :
6
7         IO::AtomicFile     Write a file which is updated atomically
8         IO::Lines          I/O handle to read/write to array of lines
9         IO::Scalar         I/O handle to read/write to a string
10         IO::ScalarArray    I/O handle to read/write to array of scalars
11         IO::Wrap           Wrap old-style FHs in standard OO interface
12         IO::WrapTie        Tie your handles & retain full OO interface