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