Help for this page

Select Code to Download


  1. or download this
    <html>
    <head><title>Example</title>
    ...
    <button class="update" id="update_4">Update 4</button>
    </body>
    </html>
    
  2. or download this
    #!/usr/bin/perl
    use CGI;
    ...
      $q->pre($logtext),$q->end_html;
      exit;
    }