> no, what I am saying is that I could not look at the DBI.pm > source code > and find a fetchrow_hashref anywhere, although I wanted to > look at such > a function so that I could answer this question myself.
Most of DBI is written in C. However, fetchrow_hashref is one of the exceptions, see line 1083 of DBI.pm. It's fairly simple. > The title of the post referred to *subclasses* not drivers.... also > fetchrow_hashref is not aka fetch, fetchrow_arrayref is aka fetch per > line 309 of DBI.pm v 1.19: Typo, I meant fetchrow_arrayref, of course. What I said applies to both drivers and subclasses. (The latter are rarely usefull.)
