Help for this page

Select Code to Download


  1. or download this
    Odd number of elements in anonymous hash
    
  2. or download this
    
    {
       "ARRAY(0x834963c)" : [
          {
    
  3. 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;