On Wed, 2003-11-05 at 04:43, Andrey A. Kudrin wrote: > So sometimes when I call CMS.cgi I can see result of print_login of > chat.cgi and and vice versa.
There is nothing in your sample code here that would cause one sub to be called in place of another. How do you know that the other print_login is being called? Is it because of CGI parameters that get printed? You might be having a problem with accidentally caching your CGI object somewhere. Can you show us the print_login subs? - Perrin -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html