in reply to Is it possible to copy arrays from Javascript to Perl variable in the same Perl CGI script?
Have you looked at CGI? Especially the param() function is what you seem to want.
You don't need Javascript (or jQuery) for submitting form values. Maybe you want to learn about HTML and HTTP work together?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Is it possible to copy arrays from Javascript to Perl variable in the same Perl CGI script?
by lightoverhead (Pilgrim) on May 10, 2012 at 14:52 UTC | |
by Corion (Patriarch) on May 10, 2012 at 14:57 UTC | |
by lightoverhead (Pilgrim) on May 10, 2012 at 15:07 UTC | |
by marto (Cardinal) on May 10, 2012 at 15:10 UTC | |
by aaron_baugher (Curate) on May 10, 2012 at 22:30 UTC |