in reply to Re^2: 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?
However, could I transfer the array generated by js to the same Perl CGI script which generated the js script as well?
Sure. But you'll have to code the script so that it knows what to do...
I still have a nagging feeling that you are missing something fundamental though. You should think through the way data is moving between the browser and your script... remember, there is a new instance of the script running with each request from the browser.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Is it possible to copy arrays from Javascript to Perl variable in the same Perl CGI script?
by locked_user sundialsvc4 (Abbot) on May 10, 2012 at 21:08 UTC | |
by sauoq (Abbot) on May 10, 2012 at 21:20 UTC | |
by Anonymous Monk on May 10, 2012 at 21:15 UTC |