in reply to
multipart/form-data content problem
See
Re: multipart/parallel Respons via LWP::UserAgent
Comment on
Re: multipart/form-data content problem
Replies are listed 'Best First'.
Re^2: multipart/form-data content problem
by
H-street
(Initiate)
on Mar 14, 2012 at 19:04 UTC
That was it thanks! although i had to change one thing, on the parse($req) i had to make it parse($req->as_string().
[reply]
In Section
Seekers of Perl Wisdom