Help for this page

Select Code to Download


  1. or download this
    <h2>Login</h2>
    [% IF err %]<p class=error><strong>Error:</strong> [% err %][% END %]
    ...
      </dl>
    </form>
    
  2. or download this
    sub handler {
      my $r = shift;
    ...
    
      return Apache2::Const::OK;
    }