in reply to hidden fields
You seem to be talking about html forms and their hidden fields.
I'd try something like joining the array into one big field and
then splitting it later on. Something like join("\t", @array).
Of course there may be a more automatic way for mod CGI if you're
using that.