in reply to Re^2: Exporting sofcoded DBH
in thread Exporting sofcoded DBH

my %db_handle = ( oracle => DBI->connect("DBI:Oracle:$db", $i_userid, $i_passwd); ); ... my $sth = $db_handle{oracle}->prepare(...);