in reply to Re^4: Is it possible to copy arrays from Javascript to Perl variable in the same Perl CGI script?
in thread Is it possible to copy arrays from Javascript to Perl variable in the same Perl CGI script?
The key point here is that there are two computer programs in play, written in two entirely different programming languages running on two computers, and they are exchanging data with one another using the agreed-upon protocol that is called "http."
Never mind the web server and browser themselves...
And on the server side the CGI script is starting a separate run for each request it handles. (Most likely.)
|
|---|