Re: [MacPerl-AnyPerl] getting the correct sub

2002-03-11 Thread Keary Suska
on 3/11/02 3:05 AM, [EMAIL PROTECTED] purportedly said: > 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

[MacPerl-AnyPerl] getting the correct sub

2002-03-11 Thread allan
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::d