in reply to Re: Receiving JSON data with perl
in thread Receiving JSON data with perl

You never want to use CGI->Vars

Instead use CGI->VarsAsHash

always use CGI->param instead of CGI->Vars , CGI->Vars has caveats , its broken by design

Re: Manually add parameters in perl cgi ( no ReadParse no CGI->Vars,

Re^5: Read JSON data from a form (CGI->Vars),

Re^5: Read JSON data from a form (CGI->VarsAsHash ),

Re^5: Stop Using Perl,