foreach my $value (param($field))
This loop won't iterate on the lines of the cgi parameter. param($field) will return only one value, so the loop body is ran only once.
In reply to Re: Processing Textarea data
by ambrus
in thread Processing Textarea data
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |