> How can I rference an individul data item returned by > fetchall_arrayref? The same way you'd reference an element in any reference to an array of array references :) > > Something like: > > $$records$[$row][$col] ? One too many '$' : $$records[$row][$col] or see perldoc perldata. Cheers, Douglas Wilson
- Help referencing data structure retruned from fetchall_arrayr... Stan Brown
- Wilson, Doug