Help for this page

Select Code to Download


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