Description
Perl applications can treat an in-memory string like a file handle. This is useful for tests, parsers, generators, and APIs that expect file-like input or output but should not touch the filesystem.
It is an I/O helper library. Applications should still manage memory use when strings can become large.