Help for this page

Select Code to Download


  1. or download this
    username|password|fname|lname|user_info
    
  2. or download this
    <form action="myscript.pl">
    <select name="user">
    ...
    <OPTION VALUE="uname_2">user name 2
    </select>
    </form>
    
  3. or download this
    # use the CGI module, this automates processing of form input and take
    +s care of a lot of security issues too
    use CGI;
    ...
         }
    }
    close(FILE);