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.06.tar.gz 0000005058 4.94 KB
perl-MemHandle.changes 0000000179 179 Bytes
perl-MemHandle.spec 0000002331 2.28 KB
Revision 1 (latest revision is 2)
Christian Wittmer's avatar Christian Wittmer (computersalat) committed (revision 1)
initial pkg 0.06
Comments 0
openSUSE Build Service is sponsored by