Help for this page

Select Code to Download


  1. or download this
    <html>
    <form action=cgi-bin/vote.cgi method=post>
    <h1> Computer Club Voting system<hr></h1>
    ...
    enter your password:<input type=text name=pass>
    <input type=submit>
    </html>
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    }
    
    open (VOTE, ">>voted,txt");
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    }
    print " thank you for voting";
    print "<a href=www.smccme.edu>main page</a>";