in reply to Need Help With Writers Block

A couple of approaches:
  1. insert a hidden field containing a row count, then when you process the page iterate a call to $cgi->param() with each variable name/number.
  2. get all the parameter names (@names = $cgi->param) and grep for the variable names you want.