in reply to Re: Re(2): (Ovid): uninitialized value in concatenation
in thread uninitialized value in concatenation

From the DBI docs:

selectrow_array @row_ary = $dbh->selectrow_array($statement); @row_ary = $dbh->selectrow_array($statement, \%attr); @row_ary = $dbh->selectrow_array($statement, \%attr, @bind_values);

where the third form is the one I was using, without specifying any attributes (i.e., undef).

dmm

If you GIVE a man a fish you feed him for a day
But,
TEACH him to fish and you feed him for a lifetime