in reply to how to control my script in multiuser env using mod_perl.

It looks like you're not declaring your variables in the correct scope and/or are not clearing global variables. thake a look at this section of the CGI to mod_perl porting guide for more information.

  • Comment on Re: how to control my script in multiuser env using mod_perl.