in reply to Re^5: CGI/OpenThought array/hash handling
in thread CGI/OpenThought array/hash handling

To see what gets sent and received, for javascript, turn on debugging log_level = "debug"; and watch the debug window in the browser

For perl, use $q->Dump or use Data::Dumper;warn Dumper($q); and watch the log (or wherever you print to)