Does anyone know if there is any way to split the param list returned
by CGI.pm by record ie:

I have an input form which is populated from a DB query which can have
unlimited numbers of records.

When the parameters come in the individual params are split, but not
the lines for each form.

Is there any character etc which marks the end of each form record

example

form has

record1
id.id    fname.id lname.id

record2
id.id    fname.id lname.id

this comes in as a long list of params and I would like to be be able
to split at the records.

any ideas appreciated

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to