RPrinceton
Programmer
Hi all,
I am relatively new to CGI and PERL, but not to programming so please bear with me. I believe I have a situation where person A executes a script followed closely by person B executing the same script, resulting in person A's variables getting overlayed by person B's variables. Is there any way in CGI/Perl to "serialize" the usage of the script i.e., don't allow person B to execute the script until person B is done? How do I ensure uniqueness of variables when multiple users are using the same script?
Please advise. Thx in advance.
Regards,
Randall Princeton
I am relatively new to CGI and PERL, but not to programming so please bear with me. I believe I have a situation where person A executes a script followed closely by person B executing the same script, resulting in person A's variables getting overlayed by person B's variables. Is there any way in CGI/Perl to "serialize" the usage of the script i.e., don't allow person B to execute the script until person B is done? How do I ensure uniqueness of variables when multiple users are using the same script?
Please advise. Thx in advance.
Regards,
Randall Princeton