learner has asked for the wisdom of the Perl Monks concerning the following question:
redirection is going to occur to after the processing of data$names[0] is the username $names[1] holds the path to the html file where the
numbers that will be processed. @names[2] and on are something like $username-$anothervariable. I need to be able to retrieve the values of these variables whose names contain the username+something, but I am lost at that. Still, if it is dome with a foreach loop, I will need to be able to send out of the loop the number values, because I need to do some tricks with them.$names[2], $names[3], ..., (undetermined amount) hold
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Getting back values of an array of names reurned by CGI when the names are variables
by Happy-the-monk (Canon) on Oct 24, 2004 at 22:30 UTC | |
|
Re: Getting back values of an array of names reurned by CGI when the names are variables
by jeffa (Bishop) on Oct 25, 2004 at 15:00 UTC |