jck has asked for the wisdom of the Perl Monks concerning the following question:
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) { $_ = ""; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Clearing parameters
by Thelonius (Priest) on May 12, 2004 at 20:16 UTC | |
by jck (Scribe) on May 12, 2004 at 20:21 UTC | |
|
Re: Clearing parameters
by dragonchild (Archbishop) on May 12, 2004 at 19:54 UTC | |
by jck (Scribe) on May 12, 2004 at 20:17 UTC |