Help for this page

Select Code to Download


  1. or download this
    my @fields;
    my $uuts = {};
    ...
        push @fields, $decoded;
    }
    $uuts->{People} = [ @fields ];
    
  2. or download this
    my $uuts;
    while (<$fh>) {
    ...
        next if ! -e "/tmp/files/$_.json";
        push @{$uuts->{People}}, @{decode_json(read_file("/tmp/files/$_.js
    +on"))};
    }
    
  3. or download this
    $ perl -Mstrict -Mwarnings -le '
        use Data::Dumper;
    ...
                            }
                          ]
            };