Help for this page

Select Code to Download


  1. or download this
    # CGI::Application code...
    
    ...
            $self->redirect( { rm => 'bar' } );                           
    +          
        }                                                                 
    +          
    }
    
  2. or download this
    # This is called by foo() from the main application, just before
    # to display the page
    ...
    
        return $template;
    }
    
  3. or download this
    <TMPL_IF invalid_some_field>Bad boy! This is an error message.</TMPL_I
    +F>