I'm trying to get the syntax right to post a multivalue variable using HTTP::Request::Common.
I'm currently posting variables just fine using a hash:
etc.
But now I need to post a series of values that all have the same form variable name.
The perldoc only has one line about it with no example, and I'm not quite smart enough to get over the hurdle.
and then putting
multival=>\@val_list in my hash, but I don't think that's right.
And I don't think I can put multiple instances of the same var name into the hash, can I? That just doesn't make sense to me: