mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
308 B
Plaintext
12 lines
308 B
Plaintext
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
|