in reply to Receiving JSON data with perl
to get the parameters sent by ajax and save it in a hash. This works for both GET and POST ...my $cgi = CGI->new(); my $params = $cgi->Vars();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Receiving JSON data with perl
by Anonymous Monk on Aug 11, 2016 at 06:35 UTC | |
|
Re^2: Receiving JSON data with perl
by JayBee (Scribe) on Aug 11, 2016 at 23:34 UTC |