new module namespace request: DBD::Gofer::Transport::adaptor

2011-09-08 Thread Andrew Ford
I would like to register the namespace DBD::Gofer::Transport::adaptor. This module is a DBD::Gofer transport that provides a hook to intercept SQL statements and rewrite them if necessary. It is intended for unit-testing systems that use complex databases accessed through stored procedures.

Array::Virtual or Mmap::Array

1999-12-17 Thread Andrew Ford
# order, plus floating point (default probably int4) tie @array, $nel, $prot, $shared, FH, $offset, $type; $array[0] = 42; #etc undef @array; Any thoughts? Andrew -- Andrew Ford, Director Ford Mason Ltd +44 1531 829900 (tel) [EMAIL PROTECTED]

Re: Array::Virtual or Mmap::Array

1999-12-17 Thread Andrew Ford
Tim Bunce writes: On Fri, Dec 17, 1999 at 12:55:12PM +, Andrew Ford wrote: I have an urgent need for a module to tie an array of integers to an mmap'ed file (a sparse array of several hundred million integers). I have looked at Mmap.pm by Malcolm Beattie and seen the idea