in reply to Re^2: Exporting sofcoded DBHin thread Exporting sofcoded DBH
my %db_handle = ( oracle => DBI->connect("DBI:Oracle:$db", $i_userid, $i_passwd); ); ... my $sth = $db_handle{oracle}->prepare(...); [download]