I'm using LWP::UserAgent and HTTP::Request::Common
to automate filling out a form. Things work OK, except
that I can't figure out how to submit multiple values
for a field. The POST call expects its input in a hash,
which would seem to preclude multiple values. The
documentation hasn't helped me. Could someone explain
how to do this?