1999-12-03 09:27:28 +01:00
|
|
|
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.
|
|
|
|
|
2001-11-22 09:59:06 +01:00
|
|
|
This Perl module provides the following functions :
|
1999-12-03 09:27:28 +01:00
|
|
|
|
2001-11-22 09:59:06 +01:00
|
|
|
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
|