getting the correct sub

[email protected] (allan) Mon, 11 Mar 2002 18:05:18 +0800
Newsgroups perl.macperl.anyperl
Message-ID <[email protected]>
hi

if i have a bunch of require's happening and all those
required files happen to use some of the same named subs.
how do i make sure my program uses exactly the one i want?

in mod_perl it seemd straightforward but what do i do in a
normal perl-program?

mod_perl:
my $dbh = Apache::somewhere::db::connection::connection_postgres::get_sub();


../allan