in reply to Re: Multiple CGI parameters
in thread Multiple CGI parameters
But in general, using a hash really is a lot more secure than trying to do what the OP wants. Especially considering that perl uses quite a lot of special variables that could be overwritten that way (and that's assuming the code itself uses lexicals exclusively, which it probably doesn't).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Multiple CGI parameters
by Cap'n Steve (Friar) on Aug 15, 2008 at 23:17 UTC |