Sylense has asked for the wisdom of the Perl Monks concerning the following question:
if(param('action') eq 'Yes') { &delete; #this will delete the value in "name" } elsif(param('action') eq "No') { &keep; #this will keep the value in "name" } else { &print_form; #this prints the initial screen }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Keeping Values Perl CGI
by Anonymous Monk on Aug 15, 2009 at 01:17 UTC | |
by markjugg (Curate) on Aug 15, 2009 at 01:19 UTC |