All
I have a problem concerning parameters on a form that is being submitted.
The form has a series of values where the names are like "name1" through
"name10".
Now I am no rocket scientist, but I cannot set up a loop to capture these
parameter names. (See code snippet below.)
open(results,">> $unique.txt");
for ($numofanswers = 1; $numofanswers <= $answernumber; $numofanswers++) {
my $local = "\'answer$numofanswers'\";
@answers[$numofanswers] = param($local);
}
print results @answer;
close $results;
Any ideas????
Thanks.
Al LeMay
Internet Commerce & Communications
Quality Assurance
[EMAIL PROTECTED]
206.244.2400
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web