in reply to Re: fetchrow_array loop in perl 5.10
in thread fetchrow_array loop in perl 5.10
Yep, that's what happened to me. I had to declare $dbh2 to make my stuff work. $dbh cannot handle both statements. I use DBD::Pg for Postgresql.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: fetchrow_array loop in perl 5.10
by erix (Prior) on Sep 18, 2014 at 19:54 UTC |