JimJx has asked for the wisdom of the Perl Monks concerning the following question:
I have a script that submits back to itself. I simply check for the button click by using if ($input{'BT_DelUser'} && ($input{'No'} >= 0)), where the name of the button is BT_DelUser and the choice for which user to delete is $input{'No'};
After the page reloads when the delete is finished, how do I clear both of these values?
I have tried reset, defining both of these values to -1 and everything else that I can think of.
Is there a way to clear these?
Thanks for reading!
Jim
Edit: g0n - code tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Clear vars?
by grep (Monsignor) on Dec 05, 2006 at 19:13 UTC | |
|
Re: Clear vars?
by liverpole (Monsignor) on Dec 05, 2006 at 19:15 UTC |