but that's clearly not working. any ideas? (i realize there's probably a simple and elegant solution - i just can't think of it!). thanks in advance.my $q = new CGI; my %in = map { $_ => $q->param($_) } $q->param; for (keys %in) { $_ = ""; }
In reply to Clearing parameters by jck
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |