Re: (Fwd) DBI's method for reading [row x,field y]



Please, explain me the difference between

my $ntuples = @$results;

and

my $ntuples = $results->rows;

because the first method turns out to be working, while the latter is
failing.

Bob

.