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