- or download this
Odd number of elements in anonymous hash
- or download this
{
"ARRAY(0x834963c)" : [
{
- or download this
#!/usr/local/perl5/bin/perl
use strict;
...
my $coder = JSON::XS->new->ascii->pretty->allow_nonref;
my $encoded = $coder->encode ({People => @fields });
print $encoded;