Supply memory-based FILEHANDLE methods

Edit Package perl-MemHandle
http://search.cpan.org/dist/MemHandle/

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 the perlfunc manpage 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 );

Refresh
Refresh
Source Files
Filename Size Changed
MemHandle-0.07.tar.gz 0000005550 5.42 KB
cpanspec.yml 0000000468 468 Bytes
perl-MemHandle.changes 0000000367 367 Bytes
perl-MemHandle.spec 0000002329 2.27 KB
Latest Revision
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 297873 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 2)
- updated to 0.07
   see /usr/share/doc/packages/perl-MemHandle/Changes
Comments 0
openSUSE Build Service is sponsored by