- or download this
<input type="hidden" name="action" value="save">
- or download this
<a href="?action=display;row=$current_row_identifier">Reset changes</a
+>
- or download this
my $action = param('action') || 'display';
if( $action eq 'save' ) { ... }
...
else {
# Weird error
};