in reply to POST Multiple Select List - LWP::UserAgent

Hi,
you seem to try to select a couple of list entries and then probably klick a submit button. If that's the case, then WWW::Mechanize is probably much easier. It has WWW::Mechanize::Shell which is a webclient and allows you to save your history as a Perl script afterwards (i.e. you "build" your script by using the shell.
Regards,
svenXY
  • Comment on Re: POST Multiple Select List - LWP::UserAgent