On Thu, Nov 15, 2001 at 10:50:31PM -0700, Jason E. Stewart wrote: > > I was just hoping that someone could tell me if there is some > fundamental obstruction in the DBI C API that prohibits using RV's.
There isn't, but you may create a clash with future DBI enhancements. A way round that would be to bless the ref into a class and use that to trigger the behaviour you want when binding input values. For out put values then returning an array ref would be fine, though I'd still recommend blessing it. Tim.
