in reply to How to access an unknown number of CGI variables in a CGI script
The name doesn't need to change
Use CGI/CGI::Simple.. param method, it will return a list of each row you added
or use Plack::Request body_parameters , its returns a Hash::MultiValue, something you might build using CGI yourself
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to access an unknown number of CGI variables in a CGI script
by muba (Priest) on Jan 08, 2013 at 14:12 UTC |