Name : perl-MemHandle
| |
Version : 0.70.0
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 150600.1.1
| Date : 2024-07-24 22:41:11
|
Group : Unspecified
| Source RPM : perl-MemHandle-0.70.0-150600.1.1.src.rpm
|
Size : 0.02 MB
| |
Packager : https://www_suse_com/
| |
Summary : Supply memory-based FILEHANDLE methods
|
Description :
Generates inherits from \'IO::Handle\' and \'IO::Seekable\'. It provides an interface to the file routines which uses memory instead. See perldoc IO::Handle, and perldoc IO::Seekable as well as perlfunc for more detailed descriptions of the provided built-in functions:
print printf readline sysread syswrite getc gets
The following functions are provided, but tie doesn\'t allow them to be tied to the built in functions. They should be used by calling the appropriate method on the MemHandle object.
seek tell
call them like this:
my $mh = new MemHandle(); . . . my $pos = $mh->tell(); $mh->seek( 0, SEEK_SET );
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/SLE_15_SP6/noarch |