ll and have started implementing
> > > > > the module I need. But should it be called Array::Virtual (taking
> > > > > Larry's slot) or Mmap::Array?
> > > > >
> > > > > The interface I have in mind is:
> > > &
ed. But should it be called Array::Virtual (taking
> > > > Larry's slot) or Mmap::Array?
> > > >
> > > > The interface I have in mind is:
> > > >
> > > > use Array::Virtual; # or Mmap::Array
> > &g
Larry's slot) or Mmap::Array?
> > >
> > > The interface I have in mind is:
> > >
> > > use Array::Virtual; # or Mmap::Array
> > >
> > > my @array;
> > > open(FH, "...");
> > >
Beattie and seen the idea for
> > Array::Virtual registered by Larry Wall and have started implementing
> > the module I need. But should it be called Array::Virtual (taking
> > Larry's slot) or Mmap::Array?
> >
> > The interface I have in mind is:
irtual registered by Larry Wall and have started implementing
> the module I need. But should it be called Array::Virtual (taking
> Larry's slot) or Mmap::Array?
>
> The interface I have in mind is:
>
> use Array::Virtual; # or Mmap::Array
>
> m
But should it be called Array::Virtual (taking
Larry's slot) or Mmap::Array?
The interface I have in mind is:
use Array::Virtual; # or Mmap::Array
my @array;
open(FH, "...");
my $nel = 42;
my $prot = "rw";# or "ro", or "