Home > Repository > base > perl-IO-String

perl-IO-String: IO::String - Emulate file interface for in-core strings

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.
Nome:perl-IO-String
Versione: 1.08-2mamba
Gruppo:System/Libraries/Perl
Manutentore:silvan
Licenza:GPL, Artistic
Dimensione:15,62 kB
URL di origine:http://www.cpan.org
Data di compilazione:2020-12-06 14:37:48
Pacchetti binari e dipendenze
x86_64aarch64i586
RPM creatiperl-IO-String
perl-IO-String
perl-IO-String
Dipendenze di compilazioneperl(ExtUtils::MakeMaker) [1]
perl-devel [1]
perl(ExtUtils::MakeMaker) [1]
perl-devel [1]
perl(ExtUtils::MakeMaker) [1]
perl-devel [1]
Cronologia delle modifiche
DataPackagerVersioneDescrizione
2020-12-03silvan1.08-2mamba- rebuilt
2011-02-17gil1.08-1mamba- package created by autospec