in reply to Re^2: how to get table data in cgi after submitting the form?
in thread how to get table data in cgi after submitting the form?

Your method seems a bit wordy.

I do it for verbosity, so that the OP gets exactly what I mean. You're right -- I could have done it using the :standard method, but I personally dislike that method.
My initialisation of the CGI object is just $cgi = new CGI;

~Thomas~