in reply to POST array of hashes CGI
Hi, you sent the memory address of the AOH as the value of the data param! You need to serialize your data into a string of some kind first, see e.g. JSON.
Hope this helps!