blob: 832d6794f99102abe3a77003732a07af1b93b5ac (
plain)
1
2
3
4
|
IO::String is an IO::File (and IO::Handle) compatible class that read
or write data from in-core strings. It is really just a
simplification of Eryq's IO-stringy modules. As such IO::String is
a replacement for IO::Scalar.
|