in reply to Re: Re: open() enhancements
in thread open() enhancements

Not really; the scalar layer lets you use a scalar as if it were a file, and the mmap layer tells perl to use mmap to open the file.

There are also stdio and unix (read/write/lseek/close) layers.

If you can do all that, you can do what you'd need for sharing and such too, looks like...
--
Mike