in reply to Re^2: Combining data help!
in thread Combining data help!

Then my first guess of push is right: push @listB, @$listA;.

Be aware that an array is not a valid root JSON object according the to literal spec. JSON security best practices Why JSON arrays are a security risk JSON is not as safe as people think it is


#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.