Help for this page

Select Code to Download


  1. or download this
    sub edit {
       my $self = shift;
    ...
    
       return $template->output;
    }
    
  2. or download this
    
    <form class="form" action="/" method="post">
    ...
       <input type="button" value="Cancel" onclick="window.location='/'" /
    +> 
          (Last updated: <tmpl_var date>)</p>
    </form>