Help for this page

Select Code to Download


  1. or download this
    <html>
    <center><h1><div>Enter the user that you would like to change data for
    + .</div></h1></center>
    ...
    <div><input type="submit"></div>
    </form>
    </html>
    
  2. or download this
    #!/usr/bin/perl -w
    use CGI qw(standard);
    ...
      $q->h1('you submitted the change!'),
      $q->end_html;