Help for this page

Select Code to Download


  1. or download this
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    
    ...
        </div>
      </body>
    </html>
    
  2. or download this
    sub show_form {
      my $c = shift ;
    ...
      $resp->content($page) ;
      $c->send_response($resp) ;
    }