in reply to Re: Strategy to name/process many similar form fields with cgi.pm?
in thread Strategy to name/process many similar form fields with cgi.pm?

use a more lightweight mechanism like Soap::Lite

SOAP::Lite is not really lightweight. Personally, I'd just POST the data from within a loop.

  • Comment on Re^2: Strategy to name/process many similar form fields with cgi.pm?