Re: Array::Virtual or Mmap::Array

1999-12-20 Thread Andrew Ford
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: > > > &

Re: Array::Virtual or Mmap::Array

1999-12-17 Thread Andrew Ford
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

Re: Array::Virtual or Mmap::Array

1999-12-17 Thread Tim Bunce
Larry's slot) or Mmap::Array? > > > > > > The interface I have in mind is: > > > > > > use Array::Virtual; # or Mmap::Array > > > > > > my @array; > > > open(FH, "..."); > > >

Re: Array::Virtual or Mmap::Array

1999-12-17 Thread Andrew Ford
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:

Re: Array::Virtual or Mmap::Array

1999-12-17 Thread Tim Bunce
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

Array::Virtual or Mmap::Array

1999-12-17 Thread Andrew Ford
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 "