Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-IO-String: Emulate file interface for in-core strings
- Summary
- The "IO::String" module provides the "IO::File" interface for in-core
strings. An "IO::String" object can be attached to a string, and
makes it possible to use the normal file operations for reading or
writing data, as well as for seeking to various locations of the
string. This is useful when you want to use a library module that
only provides an interface to file handles on data that you have in a
string variable.
Note that perl-5.8 and better has built-in support for "in memory"
files, which are set up by passing a reference instead of a filename
to the open() call. The reason for using this module is that it makes
the code backwards compatible with older versions of Perl.
Changelog
- * Wed Jul 12 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - sh: line 0: fg: no job control
- rebuild
- * Fri Feb 3 16:00:00 2006 Jason Vas Dias <jvdias{%}redhat{*}com> - 0:1.08-1.1
- rebuild for new perl-5.8.8
- * Fri Dec 16 16:00:00 2005 Jason Vas Dias <jvdias{%}redhat{*}com> - 0:1.08-1
- 1.08