gsarin 0 Newbie Poster

Hi,
I have a perl-cgi script (on apache server) that is running fine when one user runs it. The perl-cgi scripts runs batch files using system command and has some other rules.

How do i make it run for many users? My basic knowledge tells me that I have to use sessions. But How?

I am not into web programming. Any basic pointers or sample scripts will be appreciated?