Re: strange behavor

2003-11-10 Thread Stas Bekman
Andrey A. Kudrin wrote: Hello Perrin, Friday, November 07, 2003, 12:23:59 AM, you wrote: PH> There is nothing in your sample code here that would cause one sub to be PH> called in place of another. How do you know that the other print_login PH> is being called? Because I see the result page. All

Re: strange behavor

2003-11-06 Thread Stas Bekman
Andrey A. Kudrin wrote: Hello Stas, Wednesday, November 05, 2003, 3:11:21 PM, you wrote: SB> Is it possible that you import functions with the same name from different SB> modules into the same script? If not, you really need to show us some *very* SB> short examples of your code so we can get t

Re: strange behavor

2003-11-05 Thread Stas Bekman
Andrey A. Kudrin wrote: Hello Stas, Wednesday, November 05, 2003, 4:54:01 AM, you wrote: I have a mod_perl driven website and CMS for this site running under PerlRun. Site and CMS located in different direcories and use different modules, but have subroutines that have the same names. From some

Re: strange behavor

2003-11-04 Thread Stas Bekman
Andrey A. Kudrin wrote: Hello modperl, I have a mod_perl driven website and CMS for this site running under PerlRun. Site and CMS located in different direcories and use different modules, but have subroutines that have the same names. From some moment site become to use subroutines from CMS, what