<input name='file' ...> <input name='file' ...> <!-- instead of doing file1, file2 --> <input name='file' ...> my @files = $cgi->param('file'); foreach (@files) { # process as needed or just use as-is }
In reply to Re: Simplifying the following code
by Fastolfe
in thread Simplifying the following code
by Stamp_Guy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |