in reply to Re^2: Read JSON data from a form
in thread Read JSON data from a form
No. What part of CGI mentions the magic name dataString, or what other documentation makes you assume that?
If you send your elements via jQuery.serialize(), you will get the elements as separate parameters in the request and can retrieve them as you already showed in your first Perl snippet.
Your second Perl snippet makes no sense in this context.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Read JSON data from a form
by Anonymous Monk on Dec 29, 2013 at 19:33 UTC | |
by Corion (Patriarch) on Dec 29, 2013 at 19:38 UTC |