Help for this page
#use HTTP::Request::Common; use HTTP::Request; ... $request->content( $json ); ...
my $json = $query->param('POSTDATA'); my $data = decode_json( $json ); ...