Use hashes/lists?
And now, instead of $username, you use $data{username}.my @formnames = qw(username ...); my %data = map { $_ => filter(param($_)) } @formnames;
Update - missing the key.
In reply to Re: Form Parameters
by Tanktalus
in thread Form Parameters
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |