Help for this page
#!/usr/bin/perl use warnings; ... create_json1('1.json', $SIZE); create_json2('2.json', $SIZE); merge('1.json', '2.json');