blob: 491ca5651488b1e3d8e07595f2094d3cfdb5e051 (
plain) (
tree)
|
|
IO-stringy makes it possible to create perl filehandles that point to
just about any object. It contains three modules:
IO::Scalar
IO:: interface for reading/writing a scalar
IO::ScalarArray
IO:: interface for reading/writing an array of scalars
IO::Wrap
Wrap raw filehandles in IO::Handle interface
|