Just off the top of my head (not tested, debugged etc)
use DBI ; $dbh1 = DBI::connect(...) ; $dbh2 = DBI::connect(...) ; $sth1 = $dbh1->prepare(...) ; $sth1->execute(...) ; @row = $sth->fetchrow_array(...) ; $dbh2->do(..., @row) ;
In reply to Re: DBI connection to multiple databases
by ptkdb
in thread DBI connection to multiple databases
by Win
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |