in reply to Combining data help!

One way would be to use JSON.pm

Replies are listed 'Best First'.
Re^2: Combining data help!
by Anonymous Monk on Mar 06, 2013 at 17:52 UTC
    What about this:
    push @listB, @$listA;

      Of course!

      I just focused on the JSON creation - The array merge I thought the OP should figure out ...