Hi,
I'm using ::UserAgent version 5.64. I would like to do a POST request:
my $res = $ua->request(POST $remote,
Content_Type => 'form-data',
Content => \%content);
where some fields correspond to multiple selection, e.g where the http content
should be something like this:
-----------------------------47562017819979007331448329698
Content-Disposition: form-data; name="hgapresidues"
R
-----------------------------47562017819979007331448329698
Content-Disposition: form-data; name="hgapresidues"
N
-----------------------------47562017819979007331448329698
Content-Disposition: form-data; name="hgapresidues"
D
-----------------------------47562017819979007331448329698
Content-Disposition: form-data; name="hgapresidues"
Q
-----------------------------47562017819979007331448329698
Content-Disposition: form-data; name="hgapresidues"
E
etc...
I have tried many possibilities for filling the %content array in order
to get this result, but without any success. Could someone help?
(Besides this, everything work perfectly).
Thanks!
--
Catherine Letondal -- Pasteur Institute Computing Center