The error is on these two lines.
my $jsonText = $q->param('inputdata'); my $outputDataRef = $json->decode($inputData);
If you'd used strict Perl would have told you about the undeclared variable $inputData.
In reply to Re: Getting error while decoding JSON object via POST method
by tobyink
in thread Getting error while decoding JSON object via POST method
by perlCrazy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |