When my Perl AGI script is called multiple times, at the same time, does the script Create separate instants of the global and local variables. Are the variables queued up like C++, Java, or are they literally separate instants.
When the AGI script is finished, is it wise to flush the buffers. If yes, how does one do that in Perl. Kurt
